Re: [PATCH 0/7] format-patch --reroll-count

2012-12-31 Thread Duy Nguyen
On Sat, Dec 22, 2012 at 3:33 PM, Junio C Hamano wrote: > The --reroll-count=$N option, when given a positive integer: > > - Adds " v$N" to the subject prefix specified. As the default >subject prefix string is "PATCH", --reroll-count=2 makes it >"PATCH v2". > > - Prefixes "v$N-" to the

[PATCH 0/7] format-patch --reroll-count

2012-12-22 Thread Junio C Hamano
The --reroll-count=$N option, when given a positive integer: - Adds " v$N" to the subject prefix specified. As the default subject prefix string is "PATCH", --reroll-count=2 makes it "PATCH v2". - Prefixes "v$N-" to the names used for output files. The cover letter, whose name is usu