You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
I noticed these bugs while setting up a bundle server on my machine:
git-bundle-server init <url> <route> does not complain if <route> is missing, and will assign the route to be the root directory.
git-bundle-server init <url> <route> does not complain of <route> already exists, and will attempt to git init on top of the older repo. This shows a fatal: error from Git, but does not halt the command.
There is no way to list the current route/url pairs.
When running git-bundle-server update-all, it would be nice to see which route is being updated.