From: Junio C Hamano Date: Wed, 21 Nov 2018 13:57:41 +0000 (+0900) Subject: Merge branch 'jk/trailer-fixes' into maint X-Git-Tag: v2.19.2~65 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e293824d00c243c6a7afb15324902f693ae751e8 Merge branch 'jk/trailer-fixes' into maint "git interpret-trailers" and its underlying machinery had a buggy code that attempted to ignore patch text after commit log message, which triggered in various codepaths that will always get the log message alone and never get such an input. * jk/trailer-fixes: append_signoff: use size_t for string offsets sequencer: ignore "---" divider when parsing trailers pretty, ref-filter: format %(trailers) with no_divider option interpret-trailers: allow suppressing "---" divider interpret-trailers: tighten check for "---" patch boundary trailer: pass process_trailer_opts to trailer_info_get() trailer: use size_t for iterating trailer list trailer: use size_t for string offsets --- e293824d00c243c6a7afb15324902f693ae751e8