Fixing rebase rather than avoiding it
Teemu Likonen
tlikonen at iki.fi
Thu Mar 4 04:03:39 GMT 2010
* 2010-03-04 02:20 (+0100), Óscar Fuentes wrote:
> See this piece of history:
>
> 2 Fix bug #234 (merge)
> 1.1.1 Fix bug #234
> 1 Whatever
>
> What valuable information is provided by revision 1.1.1?
>
> You can argue that it is hidden by default (and this is a nice feature
> of bazaar that I miss on git) [...]
To show the Bazaar-like first-parent line in Git:
git log --first-parent
Or if the default behaviour is important, then perhaps
git config --global alias.lg "log --first-parent"
and then just "git lg".
More information about the bazaar
mailing list