diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-20 22:26:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-20 22:26:24 -0700 |
commit | a71f09fe3e8b047d88b5f439c6d552e8fc7e8293 (patch) | |
tree | 323953033c31ee36776ee93bbd09441a00050942 /Documentation | |
parent | Make the default abbrev length configurable (diff) | |
download | tgif-a71f09fe3e8b047d88b5f439c6d552e8fc7e8293.tar.xz |
Rename core.abbrevlength back to core.abbrev
It corresponds to --abbrev=$n command line option after all.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 30afde98ae..dacbcdeb79 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -567,7 +567,7 @@ core.sparseCheckout:: Enable "sparse checkout" feature. See section "Sparse checkout" in linkgit:git-read-tree[1] for more information. -core.abbrevLength:: +core.abbrev:: Set the length object names are abbreviated to. If unspecified, many commands abbreviate to 7 hexdigits, which may not be enough for abbreviated object names to stay unique for sufficiently long |