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

Improve informational printouts in `update-all` and `update` #37

Closed vdye closed 1 year ago

vdye commented 1 year ago

Part of #35

This pull request is a fairly light refactor of update-all.go (replacing direct usage of the exec core library with cmd.CommandExecutor) + some slightly more informative logging in both update-all and update.