]> git.ipfire.org Git - thirdparty/git.git/commit
gc docs: stop noting "repack" flags
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 22 Mar 2019 09:32:33 +0000 (10:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Mar 2019 12:31:10 +0000 (21:31 +0900)
commitcf9cd771e1314ad5cd8eaf1d92b7a5fd5e6b734f
treeb0e030e863268f897c86718178e30a0e686fccc4
parentb11e8560cc1be17268136504cb80b00fbf4182dc
gc docs: stop noting "repack" flags

Remove the mention of specific flags from the "gc" documentation, and
leave it at describing what we'll do instead. As seen in builtin/gc.c
we'll use various repack flags depending on what we detect we need to
do, so this isn't always accurate.

More importantly, a subsequent change is about to remove all this
documentation and replace it with an include of the gc.* docs in
git-config(1). By first changing this it's easier to reason about that
subsequent change.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt