Merge branch 'dl/format-patch-cover-from-desc'
commitb75ba9bbd13877ff3351e150d3d053baec81f0db
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:11 +0000 (10 18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:11 +0000 (10 18:02 +0900)
tree374d06ccf59a1a7aa1a1ec79151619af169e1341
parent15d9f3dc6642497b1186e943cdccba3a8f9f0b0e
parentbf8e65b30b77308710f14d523782f99a4a23eb55
Merge branch 'dl/format-patch-cover-from-desc'

The branch description ("git branch --edit-description") has been
used to fill the body of the cover letters by the format-patch
command; this has been enhanced so that the subject can also be
filled.

* dl/format-patch-cover-from-desc:
  format-patch: teach --cover-from-description option
  format-patch: use enum variables
  format-patch: replace erroneous and condition
Documentation/config/format.txt
Documentation/git-format-patch.txt
builtin/log.c
t/t4014-format-patch.sh
t/t9902-completion.sh