summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-13 15:01:41 -0700
committerJunio C Hamano <gitster@pobox.com>2016-04-13 15:01:41 -0700
commit5996b6708bc4458944b9a352131bf882bedd1535 (patch)
treeedd298d85f738b1ebc56585b3503bc72b4a4754e /git-rev-list.html
parent84ea1e42221ac3bab88dda1a6ee25a11802cfef9 (diff)
downloadgit-htmldocs-5996b6708bc4458944b9a352131bf882bedd1535.tar.gz
Autogenerated HTML docs for v2.8.1-185-gdc0db
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index efc2fc9ad..a5b52c3a6 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1974,6 +1974,28 @@ people using 80-column terminals.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--expand-tabs=&lt;n&gt;
+</dt>
+<dt class="hdlist1">
+--expand-tabs
+</dt>
+<dt class="hdlist1">
+--no-expand-tabs
+</dt>
+<dd>
+<p>
+ Perform a tab expansion (replace each tab with enough spaces
+ to fill to the next display column that is multiple of <em>&lt;n&gt;</em>)
+ in the log message before showing it in the output.
+ <code>--expand-tabs</code> is a short-hand for <code>--expand-tabs=8</code>, and
+ <code>--no-expand-tabs</code> is a short-hand for <code>--expand-tabs=0</code>,
+ which disables tab expansion.
+</p>
+<div class="paragraph"><p>By default, tabs are expanded in pretty formats that indent the log
+message by 4 spaces (i.e. <em>medium</em>, which is the default, <em>full</em>,
+and <em>fuller</em>).</p></div>
+</dd>
+<dt class="hdlist1">
--show-signature
</dt>
<dd>