From: Michael J Gruber Date: Wed, 5 Aug 2009 07:59:20 +0000 (+0200) Subject: git-merge-base/git-show-branch --merge-base: Documentation and test X-Git-Tag: v1.6.5-rc0~115 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f621a8454d19d17fe46e6951b7e3d22bebd92aba?hp=f621a8454d19d17fe46e6951b7e3d22bebd92aba git-merge-base/git-show-branch --merge-base: Documentation and test Currently, the documentation suggests that 'git merge-base -a' and 'git show-branch --merge-base' are equivalent (in fact it claims that the former cannot handle more than two revs). Alas, the handling of more than two revs is very different. Document this by tests and correct the documentation to reflect this. Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano ---