All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Fallows <michael@fallo.ws>
To: git@vger.kernel.org
Cc: gitster@pobox.com
Subject: [PATCH] git.c: Remove unnecessary new line
Date: Sat, 09 Mar 2013 21:48:06 +0000	[thread overview]
Message-ID: <513BAE16.4060706@fallo.ws> (raw)

>From 8750dc231a2b973efa18aff4dbc5b2ace7c79c47 Mon Sep 17 00:00:00 2001
From: Michael Fallows <michael@fallo.ws>
Date: Sat, 9 Mar 2013 21:47:11 +0000
Subject: [PATCH] git.c: Remove unnecessary new line

New line on checkout-index is inconsistent with the rest of the commands

Signed-off-by: Michael Fallows <michael@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 @@ 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 },
 		{ "checkout", cmd_checkout, RUN_SETUP | NEED_WORK_TREE },
-		{ "checkout-index", cmd_checkout_index,
-			RUN_SETUP | NEED_WORK_TREE},
+		{ "checkout-index", cmd_checkout_index, RUN_SETUP | NEED_WORK_TREE },
 		{ "cherry", cmd_cherry, RUN_SETUP },
 		{ "cherry-pick", cmd_cherry_pick, RUN_SETUP | NEED_WORK_TREE },
 		{ "clean", cmd_clean, RUN_SETUP | NEED_WORK_TREE },
-- 
1.7.9.5

             reply	other threads:[~2013-03-09 23:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-09 21:48 Michael Fallows [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-09 22:13 [PATCH] git.c: Remove unnecessary new line Michael Fallows

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=513BAE16.4060706@fallo.ws \
    --to=michael@fallo.ws \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.