From: Stephen Boyd Date: Mon, 1 Jun 2009 06:34:46 +0000 (-0700) Subject: git-show-branch.txt: document --date-order option X-Git-Tag: v1.6.4-rc0~93 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b3f298ab036530274b89a19594a6454bdcf1f760;p=git.git git-show-branch.txt: document --date-order option Copy the description of date-order from rev-list-options.txt, and then reword it to be commit specific. While we're at it, put ... on a new line to not exceed 80 characters. Signed-off-by: Stephen Boyd Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index edd8f6463..89ec5364e 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -8,10 +8,11 @@ git-show-branch - Show branches and their commits SYNOPSIS -------- [verse] -'git show-branch' [--all] [--remotes] [--topo-order] [--current] +'git show-branch' [--all] [--remotes] [--topo-order | --date-order] + [--current] [--color | --no-color] [--more= | --list | --independent | --merge-base] - [--color | --no-color] - [--no-name | --sha1-name] [--topics] [ | ]... + [--no-name | --sha1-name] [--topics] + [ | ]... 'git show-branch' (-g|--reflog)[=[,]] [--list] [] DESCRIPTION @@ -58,6 +59,11 @@ OPTIONS appear in topological order (i.e., descendant commits are shown before their parents). +--date-order:: + This option is similar to '--topo-order' in the sense that no + parent comes before all of its children, but otherwise commits + are ordered according to their commit date. + --sparse:: By default, the output omits merges that are reachable from only one tip being shown. This option makes them