git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

How to run locally on Git (Gitolite) server #56

Open robbat2 opened 1 year ago

robbat2 commented 1 year ago

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.