[PATCH] builtin/remote.c: add missing space to user-facing message

2014-12-17 Thread Alex Henrie
Signed-off-by: Alex Henrie alexhenri...@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

Re: [PATCH] builtin/remote.c: add missing space to user-facing message

2014-12-17 Thread Eric Sunshine
On Wed, Dec 17, 2014 at 4:20 AM, Alex Henrie alexhenri...@gmail.com wrote: Signed-off-by: Alex Henrie alexhenri...@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 ---