]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config.txt
config.abbrev: document the new default that auto-scales
[thirdparty/git.git] / Documentation / config.txt
index a0ab66aae70db90bd18e14ec5bc5c95007b118f7..b02f8a402516e08b7dd5825976e3250748d629f7 100644 (file)
@@ -783,10 +783,11 @@ core.sparseCheckout::
        linkgit:git-read-tree[1] for more information.
 
 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
-       time.
+       Set the length object names are abbreviated to.  If
+       unspecified or set to "auto", an appropriate value is
+       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.
 
 add.ignoreErrors::
 add.ignore-errors (deprecated)::