jobd/update.sh: properly set up a quiet progress fetch
commitb290b265f86b83f33d0997dd20d85c23d3ddd792
authorKyle J. McKay <mackyle@gmail.com>
Fri, 2 Oct 2020 03:17:06 +0000 (1 20:17 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 2 Oct 2020 03:17:06 +0000 (1 20:17 -0700)
tree28c9096b46ca4bdf0efaaa3e474017c6566a0cc7
parent48a149a1d06c495f6990cf7d19fc80da393a18c9
jobd/update.sh: properly set up a quiet progress fetch

When showing progress for an update, by default the extensive
list of ref changes is suppressed and replaced with a summary
while still showing fetch progress.

Make sure all the correct GIT_* variables have been properly
exported the same way they are for other git commands when
using this fetch mechanism.

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