diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:50 -0700 |
commit | 13b49f1e7463c46272c0b3b9b1952dc519086b6d (patch) | |
tree | 3d0f6d4dcf53afc524eac847f4a12204d134cbe3 /Documentation/config.txt | |
parent | 0963008cbf266db8001521c87084cea353005020 (diff) | |
parent | 3c09d6845d253f9d8a75f3a36278c69e01b073e9 (diff) | |
download | git-13b49f1e7463c46272c0b3b9b1952dc519086b6d.tar.gz |
Merge branch 'tg/index-v4-format'
* tg/index-v4-format:
read-cache: add index.version config variable
test-lib: allow setting the index format version
introduce GIT_INDEX_VERSION environment variable
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 73904bce55..989eb80ac1 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1607,6 +1607,10 @@ imap:: The configuration variables in the 'imap' section are described in linkgit:git-imap-send[1]. +index.version:: + Specify the version with which new index files should be + initialized. This does not affect existing repositories. + init.templatedir:: Specify the directory from which templates will be copied. (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].) |