Jean-Paul Calderone
2017-03-07 02:03:57 UTC
Hello,
GitHub apparently allows fast-forward merges to trunk. Here's an example
of one:
https://github.com/twisted/twisted/pull/730
This doesn't seem like a good thing.
- The ticket is still open
- There is no merge commit
- There is no merge commit message
- There are non-merge commits directly on trunk history (first parent)
Anyone else have an opinion?
Also, on the same PR, it seems like folks have trouble managing the two
different ways to represent the review states: the "review" keyword in trac
and the accepted/etc status on the GitHub PR. Maybe there shouldn't be two
different ways to represent this?
Jean-Paul
GitHub apparently allows fast-forward merges to trunk. Here's an example
of one:
https://github.com/twisted/twisted/pull/730
This doesn't seem like a good thing.
- The ticket is still open
- There is no merge commit
- There is no merge commit message
- There are non-merge commits directly on trunk history (first parent)
Anyone else have an opinion?
Also, on the same PR, it seems like folks have trouble managing the two
different ways to represent the review states: the "review" keyword in trac
and the accepted/etc status on the GitHub PR. Maybe there shouldn't be two
different ways to represent this?
Jean-Paul