]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'
authorTaylor Blau <me@ttaylorr.com>
Mon, 25 Jan 2021 23:37:34 +0000 (18:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Jan 2021 02:32:44 +0000 (18:32 -0800)
commit1615c567b8cf65725f4aee5206ad5a04273794dd
tree57410701b55bd68d0dbb162c688ec802c1d4c968
parentc97733435aae270bbef9bd4d179edca678774375
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 <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/pack.txt