blame: allow blame --reverse --first-parent when it makes sense
authorMax Kirillov <max@max630.net>
Fri, 30 Oct 2015 05:01:53 +0000 (07:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 22:33:13 +0000 (15:33 -0700)
Allow combining --reverse and --first-parent if initial commit of
specified range is at the first-parent chain starting from the final
commit. Disable the prepare_revision_walk()'s builtin children
collection, instead picking only the ones which are along the first
parent chain.

Signed-off-by: Max Kirillov <max@max630.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found