commit | 9ce7028531fd7ce1ca8d75a5c4f9a941ef79c9d4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Nov 09 23:36:15 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Nov 11 10:52:38 2005 -0800 |
tree | 92d355f00fca724483afc0053f156fd8f3e794d4 | |
parent | 592ee97d8fffa2318960074057e044709163abf7 [diff] |
git-show-branch: tighten merge-base computation. This makes the merge-base computation resistant to the pathological case discussed on the list earlier, by doing the same logic as git-merge-base. As a side effect, it breaks the command's primary function to list non-merge commit sequences, which needs to be fixed separately. Signed-off-by: Junio C Hamano <junkio@cox.net>