Re: [PATCH] show-ref: place angle brackets around variable in usage string

2015-08-28 Thread Junio C Hamano
Alex Henrie writes: > Signed-off-by: Alex Henrie > --- > builtin/show-ref.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/builtin/show-ref.c b/builtin/show-ref.c > index dfbc314..d9c1633 100644 > --- a/builtin/show-ref.c > +++ b/builtin/show-ref.c > @@ -8,7 +8,7 @@ >

[PATCH] show-ref: place angle brackets around variable in usage string

2015-08-26 Thread Alex Henrie
Signed-off-by: Alex Henrie --- builtin/show-ref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/show-ref.c b/builtin/show-ref.c index dfbc314..d9c1633 100644 --- a/builtin/show-ref.c +++ b/builtin/show-ref.c @@ -8,7 +8,7 @@ static const char * const show_ref_usage