Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information