From: Ævar Arnfjörð Bjarmason Date: Fri, 22 Mar 2019 09:32:33 +0000 (+0100) Subject: gc docs: stop noting "repack" flags X-Git-Tag: v2.22.0-rc0~54^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cf9cd771e1314ad5cd8eaf1d92b7a5fd5e6b734f?hp=cf9cd771e1314ad5cd8eaf1d92b7a5fd5e6b734f 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 Signed-off-by: Junio C Hamano ---