* [PATCH] builtin/remote.c: add missing space to user-facing message
@ 2014-12-17 9:20 Alex Henrie
2014-12-17 9:44 ` Eric Sunshine
0 siblings, 1 reply; 2+ messages in thread
From: Alex Henrie @ 2014-12-17 9:20 UTC (permalink / raw)
To: Junio C Hamano, Philip Oakley, Johan Herland; +Cc: Git mailing list
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
---
builtin/remote.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/remote.c b/builtin/remote.c
index 7f28f92..c55c7ce 100644
--- a/builtin/remote.c
+++ b/builtin/remote.c
@@ -13,7 +13,7 @@ static const char * const builtin_remote_usage[] = {
N_("git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--mirror=<fetch|push>] <name> <url>"),
N_("git remote rename <old> <new>"),
N_("git remote remove <name>"),
- N_("git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"),
+ N_("git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"),
N_("git remote [-v | --verbose] show [-n] <name>"),
N_("git remote prune [-n | --dry-run] <name>"),
N_("git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"),
--
2.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] builtin/remote.c: add missing space to user-facing message
2014-12-17 9:20 [PATCH] builtin/remote.c: add missing space to user-facing message Alex Henrie
@ 2014-12-17 9:44 ` Eric Sunshine
0 siblings, 0 replies; 2+ messages in thread
From: Eric Sunshine @ 2014-12-17 9:44 UTC (permalink / raw)
To: Alex Henrie
Cc: Junio C Hamano, Philip Oakley, Johan Herland, Git mailing list
On Wed, Dec 17, 2014 at 4:20 AM, Alex Henrie <alexhenrie24@gmail.com> wrote:
> Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
> ---
> builtin/remote.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/builtin/remote.c b/builtin/remote.c
> index 7f28f92..c55c7ce 100644
> --- a/builtin/remote.c
> +++ b/builtin/remote.c
> @@ -13,7 +13,7 @@ static const char * const builtin_remote_usage[] = {
> N_("git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--mirror=<fetch|push>] <name> <url>"),
This line also has a couple instance of missing spaces.
> N_("git remote rename <old> <new>"),
> N_("git remote remove <name>"),
> - N_("git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"),
> + N_("git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"),
> N_("git remote [-v | --verbose] show [-n] <name>"),
> N_("git remote prune [-n | --dry-run] <name>"),
> N_("git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"),
> --
> 2.1.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-17 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 9:20 [PATCH] builtin/remote.c: add missing space to user-facing message Alex Henrie
2014-12-17 9:44 ` Eric Sunshine
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.