external = "/usr/local/bin/gnu-diff -u"
renames = true
+ [branch "devel"]
+ remote = origin
+ merge = refs/heads/devel
+
+
Variables
~~~~~~~~~
external = "/usr/local/bin/gnu-diff -u"\r
renames = true</tt></pre>\r
</div></div>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>[branch "devel"]\r
+ remote = origin\r
+ merge = refs/heads/devel</tt></pre>\r
+</div></div>\r
<h3>Variables</h3>\r
<p>Note that this list is non-comprehensive and not necessarily complete.\r
For command-specific variables, you will find a more detailed description\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:51 UTC\r
+Last updated 19-Dec-2006 00:54:31 UTC\r
</div>\r
</div>\r
</body>\r
<div class="verseblock">\r
<div class="content"><em>git-show-branch</em> [--all] [--heads] [--tags] [--topo-order] [--current]\r
[--more=<n> | --list | --independent | --merge-base]\r
- [--no-name | --sha1-name] [<rev> | <glob>]…</div></div>\r
+ [--no-name | --sha1-name] [--topics] [<rev> | <glob>]…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
object names.\r
</p>\r
</dd>\r
+<dt>\r
+--topics\r
+</dt>\r
+<dd>\r
+<p>\r
+ Shows only commits that are NOT on the first branch given.\r
+ This helps track topic branches by hiding any commit that\r
+ is already in the main line of development. When given\r
+ "git show-branch --topics master topic1 topic2", this\r
+ will show the revisions given by "git rev-list ^master\r
+ topic1 topic2"\r
+</p>\r
+</dd>\r
</dl>\r
<p>Note that --more, --list, --independent and --merge-base options\r
are mutually exclusive.</p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:28 UTC\r
+Last updated 19-Dec-2006 00:54:32 UTC\r
</div>\r
</div>\r
</body>\r
[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
-----------
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.