Fixing rebase rather than avoiding it
Óscar Fuentes
ofv at wanadoo.es
Thu Mar 4 04:29:59 GMT 2010
Teemu Likonen <tlikonen at iki.fi> writes:
>> 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
Not enough. bzr has mechanisms for enforcing that revisions on the left
hand of the branch remains there. AFAIK this is not possible with git.
If you want to use bisect, git forces you too make all commits
bisectable. With bzr you can limit that policy to merge commits, and
then apply more liberal rules for committing on feature branches.
More information about the bazaar
mailing list