Skip to content

git: Simplify command interface

Patrick Steinhardt requested to merge pks-command-factory-simplification into master

This MR simplifies the command interface:

  • It unifies git.SubCmd and git.SubSubCmd to deduplicate the logic.
  • It gets rid of the new-unneeded git.Cmd interface.
  • It renames the misnamed git.SubCmd to git.Command.

Merge request reports