
Dear Peter Tyser,
In message 1255732587-24542-1-git-send-email-ptyser@xes-inc.com you wrote:
command.c should contain common code related to commands, not miscellaneous command implementations.
Signed-off-by: Peter Tyser ptyser@xes-inc.com
common/Makefile | 5 + common/cmd_echo.c | 58 +++++++++++++ common/cmd_exit.c | 42 +++++++++ common/cmd_help.c | 57 ++++++++++++ common/cmd_test.c | 151 ++++++++++++++++++++++++++++++++ common/cmd_version.c | 40 +++++++++ common/command.c | 233 -------------------------------------------------- 7 files changed, 353 insertions(+), 233 deletions(-) create mode 100644 common/cmd_echo.c create mode 100644 common/cmd_exit.c create mode 100644 common/cmd_help.c create mode 100644 common/cmd_test.c create mode 100644 common/cmd_version.c
Applied, to "next" branch, thanks.
Best regards,
Wolfgang Denk