summaryrefslogtreecommitdiffstats
path: root/git-show-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-06-03 08:27:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-06-03 08:27:33 +0000
commitcca5661540e8dd61e13f9d286de44a3fe9b0873c (patch)
tree8d756e551e43e8bf25cb5ad91ab1edda9b85def4 /git-show-branch.txt
parent3d14151d12d04345e1ba88a918c55ba430d87503 (diff)
downloadgit-htmldocs-cca5661540e8dd61e13f9d286de44a3fe9b0873c.tar.gz
Autogenerated HTML docs for v1.6.3.1-266-gb11cf
Diffstat (limited to 'git-show-branch.txt')
-rw-r--r--git-show-branch.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/git-show-branch.txt b/git-show-branch.txt
index edd8f6463..89ec5364e 100644
--- a/git-show-branch.txt
+++ b/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=<n> | --list | --independent | --merge-base]
- [--color | --no-color]
- [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
+ [--no-name | --sha1-name] [--topics]
+ [<rev> | <glob>]...
'git show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]
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