]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-repack.txt
repack: document --unpack-unreachable option
authorJeff King <peff@peff.net>
Mon, 13 Jun 2016 04:33:54 +0000 (00:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Jun 2016 20:57:38 +0000 (13:57 -0700)
commit6a7bcb54714c55234a292047ea6bb657bd5ab1b5
tree32e80300baccc09231b76af6f54d70e14bcca063
parent05219a1276341e72d8082d76b7f5ed394b7437a4
repack: document --unpack-unreachable option

This was added back in 7e52f56 (gc: do not explode objects
which will be immediately pruned, 2012-04-07), but not
documented at the time, since it was an internal detail
between git-gc and git-repack. However, as people with
complicated setups may want to effectively reimplement the
steps of git-gc themselves, it is nice for us to document
these interfaces.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt