gc.sh: add more progress messages
commit7274fb07447da1adbbb65fc449cc4b12c7b7b65a
authorKyle J. McKay <mackyle@gmail.com>
Thu, 25 Aug 2016 10:33:28 +0000 (25 03:33 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 25 Aug 2016 10:33:28 +0000 (25 03:33 -0700)
treeddcf853e49f38b7f14054b14c2b4560f8db494e5
parent381facdd0519bc4f00fa6dd210eff1bac6a71e2a
gc.sh: add more progress messages

The full gc.sh logic is no longer quite so simple.  ;)

Include additonal "progress ..." messages so that when show_progress=1
is used it's possible to make some sense of what the various output from
the many git commands being run is actually accomplishing and to help
explain why "git pack-objects" might be running more than once and what
phase of gc might be causing a temporary lack of progress output.

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