Skip to content

Fix error with bundle install not fetching git repos when necessary

Eric Timmons requested to merge fix-bundle-install-new-git-commit into master

when given a commit hash, git-rev-parse does not actually check if it exists in the repo. Use git cat-file instead

Merge request reports