Re: [PATCHv2 3/9] log, format-patch: parsing uses OPT__QUIET

2013-07-31 Thread Eric Sunshine
On Wed, Jul 31, 2013 at 12:28 PM, Stefan Beller wrote: > This patch allows users to use the short form -q on > log and format-patch, which was non possible before. It would make sense for documentation updates to accompany these changes. > Signed-off-by: Stefan Beller > --- > builtin/log.c | 5

[PATCHv2 3/9] log, format-patch: parsing uses OPT__QUIET

2013-07-31 Thread Stefan Beller
This patch allows users to use the short form -q on log and format-patch, which was non possible before. Signed-off-by: Stefan Beller --- builtin/log.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/builtin/log.c b/builtin/log.c index 1dafbd0..ed4dec4 100644 --- a/built