git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Whiteley <mattwhiteley@gmail.com>
To: git@vger.kernel.org
Cc: Matt Whiteley <mattwhiteley@gmail.com>
Subject: [PATCH 2/2] clone: Realign lines near disassociate option
Date: Fri, 20 Feb 2015 11:10:23 -0800	[thread overview]
Message-ID: <1424459423-11727-3-git-send-email-mattwhiteley@gmail.com> (raw)
In-Reply-To: <1424459423-11727-1-git-send-email-mattwhiteley@gmail.com>

Fix long line splitting format while adding to builtin_clone_options.

Signed-off-by: Matt Whiteley <mattwhiteley@gmail.com>
---
 builtin/clone.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/builtin/clone.c b/builtin/clone.c
index 7e193ae..fd6bcf4 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -72,15 +72,15 @@ static struct option builtin_clone_options[] = {
 	OPT_BOOL(0, "mirror", &option_mirror,
 		 N_("create a mirror repository (implies bare)")),
 	OPT_BOOL('l', "local", &option_local,
-		N_("to clone from a local repository")),
+		 N_("to clone from a local repository")),
 	OPT_BOOL(0, "no-hardlinks", &option_no_hardlinks,
-		    N_("don't use local hardlinks, always copy")),
+		 N_("don't use local hardlinks, always copy")),
 	OPT_BOOL('s', "shared", &option_shared,
-		    N_("setup as shared repository")),
+		 N_("setup as shared repository")),
 	OPT_BOOL(0, "recursive", &option_recursive,
-		    N_("initialize submodules in the clone")),
+		 N_("initialize submodules in the clone")),
 	OPT_BOOL(0, "recurse-submodules", &option_recursive,
-		    N_("initialize submodules in the clone")),
+		 N_("initialize submodules in the clone")),
 	OPT_STRING(0, "template", &option_template, N_("template-directory"),
 		   N_("directory from which templates will be used")),
 	OPT_CALLBACK(0 , "reference", &option_reference, N_("repo"),
@@ -92,9 +92,9 @@ static struct option builtin_clone_options[] = {
 	OPT_STRING('u', "upload-pack", &option_upload_pack, N_("path"),
 		   N_("path to git-upload-pack on the remote")),
 	OPT_STRING(0, "depth", &option_depth, N_("depth"),
-		    N_("create a shallow clone of that depth")),
+		   N_("create a shallow clone of that depth")),
 	OPT_BOOL(0, "single-branch", &option_single_branch,
-		    N_("clone only one branch, HEAD or --branch")),
+		 N_("clone only one branch, HEAD or --branch")),
 	OPT_BOOL(0, "dissociate", &option_dissociate,
 		 N_("use --reference only while cloning")),
 	OPT_BOOL(0, "disassociate", &option_dissociate,
-- 
2.3.0

  parent reply	other threads:[~2015-02-20 19:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20 19:10 [PATCH] --disassociate alias for --dissociate clone option Matt Whiteley
2015-02-20 19:10 ` [PATCH 1/2] clone: add disassociate alias to dissociate option Matt Whiteley
2015-02-21  6:27   ` Jeff King
2015-02-21  7:13     ` Junio C Hamano
2015-02-21  7:35       ` Jeff King
2015-02-22 18:32         ` Junio C Hamano
2015-02-24  9:06           ` Michael Haggerty
2015-02-24 20:06             ` Junio C Hamano
2015-02-24 22:00               ` Michael Haggerty
2015-02-20 19:10 ` Matt Whiteley [this message]
2015-02-20 22:01 ` [PATCH] --disassociate alias for --dissociate clone option Eric Sunshine

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=1424459423-11727-3-git-send-email-mattwhiteley@gmail.com \
    --to=mattwhiteley@gmail.com \
    --cc=git@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).