Le 02/07/12 02:30, Subramanya Sastry a écrit :
One thing I just noticed when looking at the git history via gitk (on Ubuntu) is that the history looks totally spaghetti and it is hard to make sense of the history. This seems to have happened since the switch to git and post-commit review workflow. It might be worth considering this as well.
<snip>
You can have git log ignore the merge commit by passing --no-merges.
We have deployed a new version of Gerrit that bring a [Rebase] button to easily rebase a change before merging it. We could enforce fast-forward on our repos but then we will also have to click that button every time :)