Re: [PATCH 2/2] format-patch: give --reroll-count a short synonym -v

2013-01-03 Thread Junio C Hamano
Junio C Hamano writes: > "Philip Oakley" writes: > >>> +test_expect_success 'reroll count (-v)' ' >>> + rm -fr patches && >>> + git format-patch -o patches --cover-letter -v 4 master..side >list >>> && >> >> Shouldn't this be using the sticked form -v4 as described in the >> commit message and g

Re: [PATCH 2/2] format-patch: give --reroll-count a short synonym -v

2013-01-03 Thread Philip Oakley
From: "Junio C Hamano" Sent: Wednesday, January 02, 2013 10:42 PM Accept "-v" as a synonym to "--reroll-count", so that users can say "git format-patch -v4 master", instead of having to fully spell it out as "git format-patch --reroll-count=4 master". Signed-off-by: Junio C Hamano --- * As I d

Re: [PATCH 2/2] format-patch: give --reroll-count a short synonym -v

2013-01-03 Thread Junio C Hamano
"Philip Oakley" writes: >> +test_expect_success 'reroll count (-v)' ' >> + rm -fr patches && >> + git format-patch -o patches --cover-letter -v 4 master..side >list >> && > > Shouldn't this be using the sticked form -v4 as described in the > commit message and gitcli? I personally do not care to