summaryrefslogtreecommitdiffstats
path: root/git-show-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-19 00:54:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-19 00:54:38 +0000
commit52401ef95b10bdca548a3fb8f18743b27368ab25 (patch)
tree82ea4e9f867fe414deebcf3114f859006729e81d /git-show-branch.txt
parent1de7bc66ff223ead40644fccf6579da5a5a6421c (diff)
downloadgit-htmldocs-52401ef95b10bdca548a3fb8f18743b27368ab25.tar.gz
Autogenerated HTML docs for v1.4.4.2-g8336
Diffstat (limited to 'git-show-branch.txt')
-rw-r--r--git-show-branch.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/git-show-branch.txt b/git-show-branch.txt
index a2445a48f..948ff10e6 100644
--- a/git-show-branch.txt
+++ b/git-show-branch.txt
@@ -10,7 +10,7 @@ SYNOPSIS
[verse]
'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
- [--no-name | --sha1-name] [<rev> | <glob>]...
+ [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
DESCRIPTION
-----------
@@ -86,6 +86,14 @@ OPTIONS
of "master"), name them with the unique prefix of their
object names.
+--topics::
+ Shows only commits that are NOT on the first branch given.
+ This helps track topic branches by hiding any commit that
+ is already in the main line of development. When given
+ "git show-branch --topics master topic1 topic2", this
+ will show the revisions given by "git rev-list {caret}master
+ topic1 topic2"
+
Note that --more, --list, --independent and --merge-base options
are mutually exclusive.