Re: [PATCH 2/2] blame: allow blame --reverse --first-parent when it makes sense

2015-10-21 Thread Max Kirillov
On Wed, Oct 21, 2015 at 12:29:12AM -0400, Eric Sunshine wrote: > On Wed, Oct 21, 2015 at 12:08 AM, Max Kirillov wrote: >> Do not die immediately when the two flags are specified. Instead >> check that the specified range is along first-parent chain. Explioit > > s/Explioit/Exploit/ Fixed. Thank

Re: [PATCH 2/2] blame: allow blame --reverse --first-parent when it makes sense

2015-10-20 Thread Eric Sunshine
On Wed, Oct 21, 2015 at 12:08 AM, Max Kirillov wrote: > Do not die immediately when the two flags are specified. Instead > check that the specified range is along first-parent chain. Explioit s/Explioit/Exploit/ > how prepare_revision_walk() handles first_parent_only flag: the commits > outside

[PATCH 2/2] blame: allow blame --reverse --first-parent when it makes sense

2015-10-20 Thread Max Kirillov
Do not die immediately when the two flags are specified. Instead check that the specified range is along first-parent chain. Explioit how prepare_revision_walk() handles first_parent_only flag: the commits outside of first-parent chain are either unknown (and do not have any children recorded) or