X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-merge-base.txt;h=eedef1bb1a14591d23b1fe6e93da1e3c2be2786b;hb=0c61c6de3497900616b66a65dc41b27544131ed5;hp=125207ef1edad16503545f457bba8525017c8b1a;hpb=aa8f98c1bfcf162e0bd23d20c34857940f2c2256;p=git.git diff --git a/Documentation/git-merge-base.txt b/Documentation/git-merge-base.txt index 125207ef1..eedef1bb1 100644 --- a/Documentation/git-merge-base.txt +++ b/Documentation/git-merge-base.txt @@ -8,7 +8,9 @@ git-merge-base - Find as good common ancestors as possible for a merge SYNOPSIS -------- +[verse] 'git merge-base' [-a|--all] [--octopus] ... +'git merge-base' --independent ... DESCRIPTION ----------- @@ -42,6 +44,13 @@ OPTIONS in preparation for an n-way merge. This mimics the behavior of 'git show-branch --merge-base'. +--independent:: + Instead of printing merge bases, print a minimal subset of + the supplied commits with the same ancestors. In other words, + among the commits given, list those which cannot be reached + from any other. This mimics the behavior of 'git show-branch + --independent'. + DISCUSSION ----------