Re: [PATCH 2/4] log, format-patch: accept short parameter 'q' for quiet

2013-07-31 Thread Stefan Beller
On 07/30/13 00:05, René Scharfe wrote: > Am 29.07.2013 21:49, schrieb Stefan Beller: >> const struct option builtin_log_options[] = { >> -OPT_BOOL(0, "quiet", &quiet, N_("suppress diff output")), >> +OPT_BOOL('q', "quiet", &quiet, N_("suppress diff output")), > > You can shor

Re: [PATCH 2/4] log, format-patch: accept short parameter 'q' for quiet

2013-07-29 Thread René Scharfe
Am 29.07.2013 21:49, schrieb Stefan Beller: Signed-off-by: Stefan Beller --- builtin/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/log.c b/builtin/log.c index 9b6c910..5cb968b 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -121,7 +121,7 @@ static voi

[PATCH 2/4] log, format-patch: accept short parameter 'q' for quiet

2013-07-29 Thread Stefan Beller
Signed-off-by: Stefan Beller --- builtin/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/log.c b/builtin/log.c index 9b6c910..5cb968b 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -121,7 +121,7 @@ static void cmd_log_init_finish(int argc, const char **ar