]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-i-author-script-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Sep 2018 21:31:38 +0000 (14:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Sep 2018 21:31:38 +0000 (14:31 -0700)
commit064e0b2d4ca76b0c438545a4d2170e589327e31f
tree2d751fd827c3d62a08b4cd40d9acc5a55ccee553
parent2f743933341f276111103550fbf383a34dfcfd38
parent4aa5ff9409aece369bf443bcb967db3832b0222c
Merge branch 'pw/rebase-i-author-script-fix'

Recent "git rebase -i" update started to write bogusly formatted
author-script, with a matching broken reading code.  These are
fixed.

* pw/rebase-i-author-script-fix:
  sequencer: fix quoting in write_author_script
  sequencer: handle errors from read_author_ident()
sequencer.c
t/t3404-rebase-interactive.sh