summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-26 14:48:50 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-26 14:48:50 -0700
commit38d025320f0882511f8cecc26057ee2975ffc0ca (patch)
tree399312dcf19405014600d95b9dcb90c8a11638bb /config.txt
parent45f804feaf89e9f2fffa25c2878dc3f72e81d948 (diff)
downloadgit-htmldocs-38d025320f0882511f8cecc26057ee2975ffc0ca.tar.gz
Autogenerated HTML docs for v2.0.1-437-gea0e5
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/config.txt b/config.txt
index 9f467d382..1d718bdb9 100644
--- a/config.txt
+++ b/config.txt
@@ -1905,12 +1905,7 @@ pack.useBitmaps::
you are debugging pack bitmaps.
pack.writebitmaps::
- When true, git will write a bitmap index when packing all
- objects to disk (e.g., when `git repack -a` is run). This
- index can speed up the "counting objects" phase of subsequent
- packs created for clones and fetches, at the cost of some disk
- space and extra time spent on the initial repack. Defaults to
- false.
+ This is a deprecated synonym for `repack.writeBitmaps`.
pack.writeBitmapHashCache::
When true, git will include a "hash cache" section in the bitmap
@@ -2187,7 +2182,15 @@ repack.packKeptObjects::
`--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`).
+ `repack.writeBitmaps`).
+
+repack.writeBitmaps::
+ When true, git will write a bitmap index when packing all
+ objects to disk (e.g., when `git repack -a` is run). This
+ index can speed up the "counting objects" phase of subsequent
+ packs created for clones and fetches, at the cost of some disk
+ space and extra time spent on the initial repack. Defaults to
+ false.
rerere.autoupdate::
When set to true, `git-rerere` updates the index with the