diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-01-15 15:20:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-15 15:20:28 -0800 |
commit | 6dbbae17d9d1f35e7b46d04ba69e453e0a384ac9 (patch) | |
tree | 41a8db8c59a11dbe2996c3188a0a740e4020b7bc /Documentation/config | |
parent | The first batch in 2.31 cycle (diff) | |
parent | core.abbrev=no disables abbreviations (diff) | |
download | tgif-6dbbae17d9d1f35e7b46d04ba69e453e0a384ac9.tar.xz |
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/config')
-rw-r--r-- | Documentation/config/core.txt | 2 |
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. |