clone.sh/update.sh: detect all git-fast-import mirror packs
commit3d3665ee29a6ca1d6ccf87e355f8b4332d372453
authorKyle J. McKay <mackyle@gmail.com>
Sat, 2 Jul 2016 15:16:38 +0000 (2 08:16 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 2 Jul 2016 15:16:38 +0000 (2 08:16 -0700)
tree5b92e30fbd7473d46d00a97df62a758902093835
parent230e4c6940adce233ebfdf344f81e6fdbdd46ec1
clone.sh/update.sh: detect all git-fast-import mirror packs

Do not rely solely on the git fast-import --export-pack-edges option
since it's not available with git remote-helpers.  Instead automatically
detect newly fetched packs when --export-pack-edges is not available and
the mirror URL is a known git-fast-import remote-helper mirror URL.

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