]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/format-patch-error-check'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:06 +0000 (19:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:06 +0000 (19:28 +0900)
commit17c8f1f2eda10a972af01b6a909d6586e4114c41
tree6b4d2f3df63805b81518b7bcbd06c8e4e43791d1
parente197980eb2446da92a4e7d835c05adbc25c17ae0
parent2fe95f494cde6cb3c3e6894bb687961b28b1764b
Merge branch 'jc/format-patch-error-check'

"git format-patch" used overwrite an existing patch/cover-letter
file.  A new "--no-clobber" option stops it.

* jc/format-patch-error-check:
  format-patch: notice failure to open cover letter for writing
  builtin/log: downcase the beginning of error messages
builtin/log.c