Skip to content
  • Junio C Hamano's avatar
    Merge branch 'jk/trailer-fixes' · fba96543
    Junio C Hamano authored
    "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
    fba96543