Merge branch 'jt/use-trailer-api-in-commands' into maint
commite2ae5ec1f3fcbf5eae0608ad1f49f73e50257995
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:06 +0000 (4 10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:06 +0000 (4 10:21 +0900)
tree268c6e814fbdfe929818df3e8b121865622a11a0
parent058d655f8fa68986d1d4a020052728e9e6fa848c
parent44dc738a39f2c4dba41c0ddacae280d0f88dc71f
Merge branch 'jt/use-trailer-api-in-commands' into maint

"git cherry-pick" and other uses of the sequencer machinery
mishandled a trailer block whose last line is an incomplete line.
This has been fixed so that an additional sign-off etc. are added
after completing the existing incomplete line.

* jt/use-trailer-api-in-commands:
  sequencer: add newline before adding footers
sequencer.c