gc.sh: be smarter when -f or -F is passed
commitbbc9184f2c845a31a8c160a8581f69c992717cdd
authorKyle J. McKay <mackyle@gmail.com>
Mon, 27 Nov 2017 15:44:01 +0000 (27 07:44 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 27 Nov 2017 15:44:01 +0000 (27 07:44 -0800)
tree59b7571d53a9683f04e7a89445c2c907940f4ea0
parent9bda2e5168f5b47240bd03b63236ef6fb034db4e
gc.sh: be smarter when -f or -F is passed

When doing a full repack, additional `git repack` options may be
provided on the command line.

If any of those options are "-f" or "-F" then notice that and
activate the girocco.redelta=always logic to avoid doing any
unnecessary work that would pointlessly extend the gc time.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh