Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Miscellaneous CLI bugs #35

@derrickstolee

Description

@derrickstolee

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions