Implement bundle support in `git_fetch`
Once we can upload bundles and download them, we will need to be able to support bundle unpacking.
#16 will allow multiple endpoint URLS.
We should use the Bazel downloader to grab the bundle, then the git CLI will import the bundle.
This will either require bundle support in bazel-git or we pass in the repository time APE git binary.