Skip to content

Commit 1615c56

Browse files
ttaylorrgitster
authored andcommitted
Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'
Now that the pack.writeReverseIndex configuration is respected in both 'git index-pack' and 'git pack-objects' (and therefore, all of their callers), we can safely advertise it for use in the git-config manual. Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c977334 commit 1615c56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/config/pack.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,10 @@ pack.writeBitmapHashCache::
133133
between an older, bitmapped pack and objects that have been
134134
pushed since the last gc). The downside is that it consumes 4
135135
bytes per object of disk space. Defaults to true.
136+
137+
pack.writeReverseIndex::
138+
When true, git will write a corresponding .rev file (see:
139+
link:../technical/pack-format.html[Documentation/technical/pack-format.txt])
140+
for each new packfile that it writes in all places except for
141+
linkgit:git-fast-import[1] and in the bulk checkin mechanism.
142+
Defaults to false.

0 commit comments

Comments
 (0)