Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-01-16 02:20:28 +0300
committerJunio C Hamano <gitster@pobox.com>2021-01-16 02:20:28 +0300
commit6dbbae17d9d1f35e7b46d04ba69e453e0a384ac9 (patch)
tree41a8db8c59a11dbe2996c3188a0a740e4020b7bc /Documentation
parent72c4083ddf91b489b7b7b812df67ee8842177d98 (diff)
parenta9ecaa06a7235e62a9cf4703a19463fcee4449c7 (diff)
Merge branch 'ew/decline-core-abbrev'
The configuration variable 'core.abbrev' can be set to 'no' to force no abbreviation regardless of the hash algorithm. * ew/decline-core-abbrev: core.abbrev=no disables abbreviations
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/core.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 160aacad84..c04f62a54a 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -625,4 +625,6 @@ 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.
+ If set to "no", no abbreviation is made and the object names
+ are shown in their full length.
The minimum length is 4.