]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4013/diff.log_-m_-p_master
Merge branch 'dl/checkout-p-merge-base'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Oct 2020 22:09:50 +0000 (15:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Oct 2020 22:09:51 +0000 (15:09 -0700)
commitf3cfeb3078ce4af0ac764515795f7e0849a88931
tree2c50c6975c647cfe709b5051a14145a93ae9726d
parent40696c67274305d6258539de5a36649cf833f712
parent35166b1fb54d6c3ca0d9150fd766598a2d3d17b2
Merge branch 'dl/checkout-p-merge-base'

"git checkout -p A...B [-- <path>]" did not work, even though the
same command without "-p" correctly used the merge-base between
commits A and B.

* dl/checkout-p-merge-base:
  t2016: add a NEEDSWORK about the PERL prerequisite
  add-patch: add NEEDSWORK about comparing commits
  Doc: document "A...B" form for <tree-ish> in checkout and switch
  builtin/checkout: fix `git checkout -p HEAD...` bug
Documentation/git-checkout.txt
add-patch.c
builtin/checkout.c
git-add--interactive.perl