diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-18 13:50:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-18 13:50:29 -0700 |
commit | 249d54b2311f1ca866dc2ce87c207d700d071101 (patch) | |
tree | bb1ac0824918f3eaf9720b93d9f6c5df1c1e8b37 /Documentation/config.txt | |
parent | f4eec8ce05e725a5e30d3d29c47093d4e3e0ce7e (diff) | |
parent | ee34a2beadb94a9595f09af719e3c09b485ca797 (diff) | |
download | git-249d54b2311f1ca866dc2ce87c207d700d071101.tar.gz |
Merge branch 'jk/repack-pack-keep-objects'
* jk/repack-pack-keep-objects:
repack: add `repack.packKeptObjects` config var
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 79e576878a..73c8973aae 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2156,6 +2156,13 @@ repack.usedeltabaseoffset:: "false" and repack. Access from old Git versions over the native protocol are unaffected by this option. +repack.packKeptObjects:: + If set to true, makes `git repack` act as if + `--pack-kept-objects` was passed. See linkgit:git-repack[1] for + details. Defaults to `false` normally, but `true` if a bitmap + index is being written (either via `--write-bitmap-index` or + `pack.writeBitmaps`). + rerere.autoupdate:: When set to true, `git-rerere` updates the index with the resulting contents after it cleanly resolves conflicts using |