git-bundle-server
git-bundle-server copied to clipboard
How to run locally on Git (Gitolite) server
Hi,
Great to see progress on this.
All of the docs and coding seem to be oriented around being able to clone a repo and re-serve it as a bundle.
What I'd like is to be able to run where the repo is already locally available on disk, and generate the bundle files without another clone. This matters a lot for large repos, where paying the storage cost for another copy is already expensive enough.
I realize this would mean the bundle-list.json might have to move.