Merge branch 'fc/send-email-annotate'
commit288aa7534ae79eef03f79aaec355a7eedb08ddfa
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 18:49:11 +0000 (18 11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 18:49:11 +0000 (18 11:49 -0700)
tree5316efce15cad491893eb91fbb87cecb767f0f17
parent54a3c67375384a38eae946b7996d226dbd9c26d4
parent0597ffa5ecff1b83f384357ab88afaf21838caa2
Merge branch 'fc/send-email-annotate'

Allows format-patch --cover-letter to be configurable; the most
notable is the "auto" mode to create cover-letter only for multi
patch series.

* fc/send-email-annotate:
  rebase-am: explicitly disable cover-letter
  format-patch: trivial cleanups
  format-patch: add format.coverLetter configuration variable
  log: update to OPT_BOOL
  format-patch: refactor branch name calculation
  format-patch: improve head calculation for cover-letter
  send-email: make annotate configurable
Documentation/config.txt
t/t4014-format-patch.sh