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.
git-bundle-server: add constructors for all commands
In later patches, a logger struct will need to be a member of each command
struct to facilitate structured logging & tracing. Like the 'web-server'
command in ca23190 (bundle-server: add 'web-server' subcommand, 2023-01-05),
add explicit constructors (i.e., 'New<Command>()') to the remaining
commands.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments