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

Miscellaneous CLI bugs #35

Closed derrickstolee closed 1 year ago

derrickstolee commented 1 year ago

I noticed these bugs while setting up a bundle server on my machine:

vdye commented 1 year ago

I'm aware of most of these (with fixes in various stages of completion), but I'm not sure what you mean by:

There is no way to remove a route.

Isn't that done with git-bundle-server delete <route>?

derrickstolee commented 1 year ago

I'm aware of most of these (with fixes in various stages of completion), but I'm not sure what you mean by:

There is no way to remove a route.

Isn't that done with git-bundle-server delete <route>?

You're right. I don't know why I wrote it down in my notebook when it should have been obvious from git-bundle-server --help.