[PATCH v2] git.c: Remove unnecessary new line

2013-03-09 Thread Michael Fallows
New line on checkout-index is inconsistent with the rest of the commands Signed-off-by: Michael Fallows mich...@fallo.ws --- git.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/git.c b/git.c index b10c18b..b4d7bbb 100644 --- a/git.c +++ b/git.c @@ -316,8 +316,7 @@

Re: [PATCH v2] git.c: Remove unnecessary new line

2013-03-09 Thread Jonathan Nieder
Hi, Michael Fallows wrote: --- a/git.c +++ b/git.c @@ -316,8 +316,7 @@ static void handle_internal_command(int argc, const char **argv) { check-ignore, cmd_check_ignore, RUN_SETUP | NEED_WORK_TREE }, { check-ref-format, cmd_check_ref_format },