Merge branch 'jt/use-trailer-api-in-commands'
commit6ebfa10439e50175f24874b39c16fea6560adefe
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:51:52 +0000 (16 11:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:51:52 +0000 (16 11:51 +0900)
tree061a467e9741d800629eb2558aa2428bda0283ae
parent4b44b7b1df44d371eaf3fbed75829d1a749bc7df
parent44dc738a39f2c4dba41c0ddacae280d0f88dc71f
Merge branch 'jt/use-trailer-api-in-commands'

"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