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

Daemon-related bug fixes #50

Closed ldennington closed 1 year ago

ldennington commented 1 year ago

This series fixes oversights from #49 and #39.

The first commit updates the web server daemon with the application's new bundle id: com.git-ecosystem.gitbundleserver. The second commit removes an unnecessary commented step in the daemon-specific integration tests.