]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4013/diff.log_-m_-p_master
Merge branch 'al/bisect-first-parent'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:45 +0000 (17:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:45 +0000 (17:02 -0700)
commit47f0f94bc796037c43000a9852cdf9209a3c3274
tree7636f85361a0ced48efa126f27e1247596afb089
parent789279e7f8439ea0e0727f6de36b2edafcbc5f3c
parentad464a4e84b502fdfd4671f1c443060c7e87113f
Merge branch 'al/bisect-first-parent'

"git bisect" learns the "--first-parent" option to find the first
breakage along the first-parent chain.

* al/bisect-first-parent:
  bisect: combine args passed to find_bisection()
  bisect: introduce first-parent flag
  cmd_bisect__helper: defer parsing no-checkout flag
  rev-list: allow bisect and first-parent flags
  t6030: modernize "git bisect run" tests
bisect.c
builtin/bisect--helper.c
git-bisect.sh
revision.c
t/t6000-rev-list-misc.sh