summaryrefslogtreecommitdiffstats
path: root/git-show-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-25 02:23:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-25 02:23:58 +0000
commitfa0d4cf086d6099cc8614d634b0c805a0c0178b5 (patch)
tree38c9d2c98ecd4977af1e796868d89d95bbf94c19 /git-show-branch.txt
parentbee172f30c491a85a02c77a27a4bdb83741cd647 (diff)
downloadgit-htmldocs-fa0d4cf086d6099cc8614d634b0c805a0c0178b5.tar.gz
Autogenerated HTML docs for v1.5.0-rc2-g19605
Diffstat (limited to 'git-show-branch.txt')
-rw-r--r--git-show-branch.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-show-branch.txt b/git-show-branch.txt
index 529f3a648..b38633c39 100644
--- a/git-show-branch.txt
+++ b/git-show-branch.txt
@@ -11,7 +11,7 @@ SYNOPSIS
'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
-'git-show-branch' --reflog[=<n>[,<base>]] [--list] <ref>
+'git-show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] <ref>
DESCRIPTION
-----------
@@ -100,8 +100,8 @@ OPTIONS
--reflog[=<n>[,<base>]] <ref>::
Shows <n> most recent ref-log entries for the given
ref. If <base> is given, <n> entries going back from
- that entry. <base> can be specified as count or date
-
+ that entry. <base> can be specified as count or date.
+ `-g` can be used as a short-hand for this option.
Note that --more, --list, --independent and --merge-base options
are mutually exclusive.