]> git.ipfire.org Git - thirdparty/git.git/commit - shell.c
shell: Display errors from improperly-formatted command lines
authorGreg Brockman <gdb@MIT.EDU>
Fri, 27 Aug 2010 05:36:13 +0000 (01:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Aug 2010 17:43:59 +0000 (10:43 -0700)
commit9f29fe9a779e55e7387577cd7f712de0b13b5cd6
tree20554d1dd73ab8ebd851a01ed94ba3aa91edbecc
parent1666246b702379275fe87cbbbf6111a74d00d825
shell: Display errors from improperly-formatted command lines

The interface for split_cmdline has changed such that the caller holds
responsibility for printing any error messages.  This patch changes
the git shell to print these error messages as appropriate.

Signed-off-by: Greg Brockman <gdb@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
shell.c