]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
rev-list: allow bisect and first-parent flags
authorAaron Lipman <alipman88@gmail.com>
Fri, 7 Aug 2020 21:58:35 +0000 (17:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2020 22:11:59 +0000 (15:11 -0700)
commit0fe305a5d342225976688b1bd68dc4dc179b66b3
treec695319b64bda483b850da86c55e7b9d717706e2
parent15a4802a69d0dd5e8a1b058d4a2cd5bec6c4bd6a
rev-list: allow bisect and first-parent flags

Add first_parent_only parameter to find_bisection(), removing the
barrier that prevented combining the --bisect and --first-parent flags
when using git rev-list

Based-on-patch-by: Tiago Botelho <tiagonbotelho@hotmail.com>
Signed-off-by: Aaron Lipman <alipman88@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
bisect.c
bisect.h
builtin/rev-list.c
revision.c
t/t6000-rev-list-misc.sh
t/t6002-rev-list-bisect.sh