X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=39e0682ee72795b552b94372056b07e321d6655a;hb=ee6566e8d70da682ac4926dd8a67ac821b2c1743;hp=cc7da3087351af96e932138931d4a008799c4a4a;hpb=2f0f8b71ee45bcf91c2de480474a26030596fe3c;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index cc7da308..39e0682e 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -8,7 +8,7 @@ git-show-branch - Show branches and their commits. SYNOPSIS -------- -'git show-branch [--all] [--heads] [--tags] [--more=] [--merge-base] ...' +'git show-branch [--all] [--heads] [--tags] [--more= | --list | --independent | --merge-base] ...' DESCRIPTION ----------- @@ -29,13 +29,25 @@ OPTIONS Usually the command stops output upon showing the commit that is the common ancestor of all the branches. This flag tells the command to go more common commits - beyond that. + beyond that. When is negative, display only the + s given, without showing the commit ancestry + tree. + +--list:: + Synomym to `--more=-1` --merge-base:: Instead of showing the commit list, just act like the 'git-merge-base -a' command, except that it can accept more than two heads. +--independent:: + Among the s given, display only the ones that + cannot be reached from any other . + +Note that --more, --list, --independent and --merge-base options +are mutually exclusive. + OUTPUT ------