summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
commitbe601db52373745ac789abd913f1a259585c958a (patch)
tree61431ac4cfb4ac7934254a7230e9dc17504a4bf3 /git-diff-tree.html
parent4078a55a6fb467915a2f03f271d1390b97eabc13 (diff)
downloadgit-htmldocs-be601db52373745ac789abd913f1a259585c958a.tar.gz
Autogenerated HTML docs for v2.31.1-527-g2d677e
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html28
1 files changed, 27 insertions, 1 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 4d144de26..fe5bd2c2e 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -2848,6 +2848,15 @@ author date, short format (<code>YYYY-MM-DD</code>)
</p>
</dd>
<dt class="hdlist1">
+<em>%ah</em>
+</dt>
+<dd>
+<p>
+author date, human style (like the <code>--date=human</code> option of
+ <a href="git-rev-list.html">git-rev-list(1)</a>)
+</p>
+</dd>
+<dt class="hdlist1">
<em>%cn</em>
</dt>
<dd>
@@ -2955,6 +2964,15 @@ committer date, short format (<code>YYYY-MM-DD</code>)
</p>
</dd>
<dt class="hdlist1">
+<em>%ch</em>
+</dt>
+<dd>
+<p>
+committer date, human style(like the <code>--date=human</code> option of
+ <a href="git-rev-list.html">git-rev-list(1)</a>)
+</p>
+</dd>
+<dt class="hdlist1">
<em>%d</em>
</dt>
<dd>
@@ -3583,7 +3601,7 @@ all parents.</p></div>
with the <code>-p</code> option produces patch text.
You can customize the creation of patch text via the
<code>GIT_EXTERNAL_DIFF</code> and the <code>GIT_DIFF_OPTS</code> environment variables
-(see <a href="git.html">git(1)</a>).</p></div>
+(see <a href="git.html">git(1)</a>), and the <code>diff</code> attribute (see <a href="gitattributes.html">gitattributes(5)</a>).</p></div>
<div class="paragraph"><p>What the -p option produces is slightly different from the traditional
diff format:</p></div>
<div class="olist arabic"><ol class="arabic">
@@ -3657,6 +3675,14 @@ rename from b
rename to a</code></pre>
</div></div>
</li>
+<li>
+<p>
+Hunk headers mention the name of the function to which the hunk
+ applies. See "Defining a custom hunk-header" in
+ <a href="gitattributes.html">gitattributes(5)</a> for details of how to tailor to this to
+ specific languages.
+</p>
+</li>
</ol></div>
</div>
</div>