From: Junio C Hamano Date: Mon, 19 Dec 2016 22:45:29 +0000 (-0800) Subject: Merge branch 'jt/use-trailer-api-in-commands' X-Git-Tag: v2.12.0-rc0~145 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8b0db484e11aa86e6b8bf4d7243d0c81bf4b3c33?hp=--cc Merge branch 'jt/use-trailer-api-in-commands' Commands that operate on a log message and add lines to the trailer blocks, such as "format-patch -s", "cherry-pick (-x|-s)", and "commit -s", have been taught to use the logic of and share the code with "git interpret-trailer". * jt/use-trailer-api-in-commands: sequencer: use trailer's trailer layout trailer: have function to describe trailer layout trailer: avoid unnecessary splitting on lines commit: make ignore_non_trailer take buf/len trailer: be stricter in parsing separators --- 8b0db484e11aa86e6b8bf4d7243d0c81bf4b3c33