Bug #3168
Updated by Peter Amstutz over 10 years ago
It fetches the git repository into the Arvados internal repository even if the desired commit is already available in the internal repository. It should test to see if the commit is available in the internal repository, and only run "git fetch-pack" when the commit is not available. This will also suppress the "fetch over and over" behavior.