X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=ffe64d83533cb60d8a54bd33b784fda52091f9f2;hb=e4e79a217576d24ef4d73b620766f62b155bcd98;hp=304101d818056cb6624d44218122216d8fe517d8;hpb=287f860054345505e4f737466279efa6c3ff04b5;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 304101d8..ffe64d83 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -7,7 +7,7 @@ git-show-branch - Show branches and their commits. SYNOPSIS -------- -'git-show-branch [--all] [--heads] [--tags] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [ | ]...' +'git-show-branch [--all] [--heads] [--tags] [--topo-order] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [ | ]...' DESCRIPTION ----------- @@ -35,6 +35,12 @@ OPTIONS Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads, and $GIT_DIR/refs/tags, respectively. +--topo-order:: + By default, the branches and their commits are shown in + reverse chronological order. This option makes them + appear in topological order (i.e., descendant commits + are shown before their parents). + --more=:: Usually the command stops output upon showing the commit that is the common ancestor of all the branches. This