summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-11 14:10:41 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-11 14:10:41 -0800
commitee43d18844df1f78dad8b389cbb393b211073d17 (patch)
tree7f6be6f8062026ad72363aa7f030ab774761f597 /git-rev-list.html
parenta65c1f44a0fb82bf498be0911b85fa42bb70147f (diff)
downloadgit-htmldocs-ee43d18844df1f78dad8b389cbb393b211073d17.tar.gz
Autogenerated HTML docs for v2.29.2-260-ge31ab
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 2758311e4..50ab9ad08 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2207,9 +2207,9 @@ configuration (see <a href="git-config.html">git-config(1)</a>).</p></div>
<dd>
<p>
Instead of showing the full 40-byte hexadecimal commit object
- name, show only a partial prefix. Non default number of
- digits can be specified with "--abbrev=&lt;n&gt;" (which also modifies
- diff output, if it is displayed).
+ name, show a prefix that names the object uniquely.
+ "--abbrev=&lt;n&gt;" (which also modifies diff output, if it is displayed)
+ option can be used to specify the minimum length of the prefix.
</p>
<div class="paragraph"><p>This should make "--pretty=oneline" a whole lot more readable for
people using 80-column terminals.</p></div>