diff options
author | Andreas Heiduk <asheiduk@gmail.com> | 2017-05-31 23:39:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-01 03:37:42 +0200 |
commit | fb87327aeed9c0079266e74b80d46b0119142601 (patch) | |
tree | 64605ed83f5fd94a7521ed1f570366b1b60e62ba /Documentation/config.txt | |
parent | Git 2.13 (diff) | |
download | git-fb87327aeed9c0079266e74b80d46b0119142601.tar.xz git-fb87327aeed9c0079266e74b80d46b0119142601.zip |
doc: rewrite description for rev-parse --short
`git rev-parse --short` is not a generic modifier but just a variant
of `--verify` and considers the given length only as a suggestion to
ensure uniqueness.
Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 475e874d51..4865ac92e8 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -862,6 +862,7 @@ core.abbrev:: computed based on the approximate number of packed objects in your repository, which hopefully is enough for abbreviated object names to stay unique for some time. + The minimum length is 4. add.ignoreErrors:: add.ignore-errors (deprecated):: |