summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-23 12:19:26 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-23 12:19:26 -0700
commit04e768d545466d56b5c08479f45e7002f2a77d69 (patch)
tree9bb8b09ddfa03450e19395bf0567694b7cc43774 /git-rev-list.html
parentc79bc6702f4840b87ed509d07c991bdc3cb2b5ee (diff)
downloadgit-htmldocs-04e768d545466d56b5c08479f45e7002f2a77d69.tar.gz
Autogenerated HTML docs for v1.8.2.1-610-g562af
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html55
1 files changed, 48 insertions, 7 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 2a90431d0..49a8af1a1 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2239,7 +2239,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%aN</em>: author name (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
+<em>%aN</em>: author name (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a>
+ or <a href="git-blame.html">git-blame(1)</a>)
</p>
</li>
<li>
@@ -2249,7 +2250,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%aE</em>: author email (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
+<em>%aE</em>: author email (respecting .mailmap, see
+ <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
</p>
</li>
<li>
@@ -2284,7 +2286,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%cN</em>: committer name (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
+<em>%cN</em>: committer name (respecting .mailmap, see
+ <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
</p>
</li>
<li>
@@ -2294,7 +2297,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%cE</em>: committer email (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
+<em>%cE</em>: committer email (respecting .mailmap, see
+ <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
</p>
</li>
<li>
@@ -2395,7 +2399,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%gN</em>: reflog identity name (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
+<em>%gN</em>: reflog identity name (respecting .mailmap, see
+ <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
</p>
</li>
<li>
@@ -2405,7 +2410,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%gE</em>: reflog identity email (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
+<em>%gE</em>: reflog identity email (respecting .mailmap, see
+ <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>)
</p>
</li>
<li>
@@ -2439,7 +2445,8 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
adding <code>auto,</code> at the beginning will emit color only when colors are
enabled for log output (by <code>color.diff</code>, <code>color.ui</code>, or <code>--color</code>, and
respecting the <code>auto</code> settings of the former if we are going to a
- terminal)
+ terminal). <code>auto</code> alone (i.e. <code>%C(auto)</code>) will turn on auto coloring
+ on the next placeholders until the color is switched again.
</p>
</li>
<li>
@@ -2468,6 +2475,40 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
<a href="git-shortlog.html">git-shortlog(1)</a>.
</p>
</li>
+<li>
+<p>
+<em>%&lt;(&lt;N&gt;[,trunc|ltrunc|mtrunc])</em>: make the next placeholder take at
+ least N columns, padding spaces on the right if necessary.
+ Optionally truncate at the beginning (ltrunc), the middle (mtrunc)
+ or the end (trunc) if the output is longer than N columns.
+ Note that truncating only works correctly with N &gt;= 2.
+</p>
+</li>
+<li>
+<p>
+<em>%&lt;|(&lt;N&gt;)</em>: make the next placeholder take at least until Nth
+ columns, padding spaces on the right if necessary
+</p>
+</li>
+<li>
+<p>
+<em>%&gt;(&lt;N&gt;)</em>, <em>%&gt;|(&lt;N&gt;)</em>: similar to <em>%&lt;(&lt;N&gt;)</em>, <em>%&lt;|(&lt;N&gt;)</em>
+ respectively, but padding spaces on the left
+</p>
+</li>
+<li>
+<p>
+<em>%&gt;&gt;(&lt;N&gt;)</em>, <em>%&gt;&gt;|(&lt;N&gt;)</em>: similar to <em>%&gt;(&lt;N&gt;)</em>, <em>%&gt;|(&lt;N&gt;)</em>
+ respectively, except that if the next placeholder takes more spaces
+ than given and there are spaces on its left, use those spaces
+</p>
+</li>
+<li>
+<p>
+<em>%&gt;&lt;(&lt;N&gt;)</em>, <em>%&gt;&lt;|(&lt;N&gt;)</em>: similar to <em>% &lt;(&lt;N&gt;)</em>, <em>%&lt;|(&lt;N&gt;)</em>
+ respectively, but padding both sides (i.e. the text is centered)
+</p>
+</li>
</ul></div>
</li>
</ul></div>