Merge branch 'jc/format-patch-reroll'
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 02:34:10 +0000 (18:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 02:34:10 +0000 (18:34 -0800)
commit98294e9875c05cdf2d4f16d446cb89ba6d41014a
tree39f17c0e8a4000deb516eb4d26ff9ad9de141102
parent06fb494474fac626a410005c7d5364626153c69f
parent7952ea66e72d1129afbebcdde11dcbeecd92698a
Merge branch 'jc/format-patch-reroll'

Teach "format-patch" to prefix v4- to its output files for the
fourth iteration of a patch series, to make it easier for the
submitter to keep separate copies for iterations.

* jc/format-patch-reroll:
  format-patch: give --reroll-count a short synonym -v
  format-patch: document and test --reroll-count
  format-patch: add --reroll-count=$N option
  get_patch_filename(): split into two functions
  get_patch_filename(): drop "just-numbers" hack
  get_patch_filename(): simplify function signature
  builtin/log.c: stop using global patch_suffix
  builtin/log.c: drop redundant "numbered_files" parameter from make_cover_letter()
  builtin/log.c: drop unused "numbered" parameter from make_cover_letter()
Documentation/git-format-patch.txt
builtin/log.c
log-tree.c
revision.h
t/t4014-format-patch.sh