Re: [PATCH] builtin/remote.c: add missing space to user-facing message
From: Eric Sunshine <hidden>
Date: 2016-06-15 23:03:18
On Wed, Dec 17, 2014 at 4:20 AM, Alex Henrie [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Alex Henrie <redacted> --- 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