summaryrefslogtreecommitdiffstats
path: root/git-revert.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-17 10:59:28 -0700
committerJunio C Hamano <gitster@pobox.com>2022-06-17 10:59:28 -0700
commitb4d46bb3b5a591ec1e691e3a053d50f9a4fec29f (patch)
tree2ce5768ec59d64ea838cdddc562defcec532bd71 /git-revert.html
parente37d45876db66f5ab72436a23c4af28aa23e5d91 (diff)
downloadgit-htmldocs-b4d46bb3b5a591ec1e691e3a053d50f9a4fec29f.tar.gz
Autogenerated HTML docs for v2.37.0-rc0-54-gb4eda
Diffstat (limited to 'git-revert.html')
-rw-r--r--git-revert.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-revert.html b/git-revert.html
index b4ee4d700..befc1c15b 100644
--- a/git-revert.html
+++ b/git-revert.html
@@ -930,6 +930,19 @@ effect to your index in a row.</p></div>
result of auto-conflict resolution if possible.
</p>
</dd>
+<dt class="hdlist1">
+--reference
+</dt>
+<dd>
+<p>
+ Instead of starting the body of the log message with "This
+ reverts &lt;full object name of the commit being reverted&gt;.",
+ refer to the commit using "--pretty=reference" format
+ (cf. <a href="git-log.html">git-log(1)</a>). The <code>revert.reference</code>
+ configuration variable can be used to enable this option by
+ default.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1022,7 +1035,7 @@ effect to your index in a row.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-11-02 18:01:42 PST
+ 2022-06-17 10:57:33 PDT
</div>
</div>
</body>