tag 785274 pending thanks Date: Sun Sep 11 16:23:11 2016 +0200 Author: Maximiliano Curia <m...@debian.org> Commit ID: 17a471d1fc07935dd85c31d3a7c4ae3ea5c39208 Commit URL: https://git.sigxcpu.org/cgit/git-buildpackage//commit/?id=17a471d1fc07935dd85c31d3a7c4ae3ea5c39208 Patch URL: https://git.sigxcpu.org/cgit/git-buildpackage//patch/?id=17a471d1fc07935dd85c31d3a7c4ae3ea5c39208
pq: Parse DEP3 headers Currently the patch headers in DEP3 format are partially supported, as git's mailinfo only reads the From and Subject fields from the first paragraph. But the default in dep3 patches is Description and Author, that are ignored by git. Even worse, when this fields are in the first paragraph (again the default) git mailinfo drops all the contained information. This patch parses the dep3 headers if git's mailinfo couldn't obtain any useful information, any header other than Subject|Description and Author|From is appended to the patch message. The description field is splitted in first line for the short description and the rest is prepended to the patch message. Closes: #785274