Merge branch 'dl/branch-from-3dot-merge-base'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 07:45:28 +0000 (16:45 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 07:45:28 +0000 (16:45 +0900)
"git branch new A...B" and "git checkout -b new A...B" have been
taught that in their contexts, the notation A...B means "the merge
base between these two commits", just like "git checkout A...B"
detaches HEAD at that commit.

* dl/branch-from-3dot-merge-base:
branch: make create_branch accept a merge base rev
t2018: cleanup in current test

1  2 
Documentation/git-branch.txt
Documentation/git-checkout.txt
branch.c
t/t3200-branch.sh
Simple merge
Simple merge
diff --cc branch.c
Simple merge
Simple merge