gc.sh: add another pack temp file pattern and optimize find
commit1af60c01e10c195e5ba235032a19aab863b43f06
authorKyle J. McKay <mackyle@gmail.com>
Sun, 15 May 2016 23:42:04 +0000 (15 16:42 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 15 May 2016 23:42:04 +0000 (15 16:42 -0700)
tree866f8e865187a33e9d40cdbc65eae371440b7dad
parent4dc3bab7e8ffee152e8670334efb5d440bfacc1f
gc.sh: add another pack temp file pattern and optimize find

The 'git repack' command uses .tmp-$$-pack for its temporary files
so catch those too.

And while in there combine the pack temp file find commands into
a single find command for improved readability and efficiency.

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