From: Johannes Schindelin Date: Mon, 2 Jan 2017 15:28:16 +0000 (+0100) Subject: sequencer (rebase -i): copy commit notes at end X-Git-Tag: v2.12.0-rc0~38^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/25cb8df97c9be26d7638e79595d361fbc40b65a0?ds=inline;hp=25cb8df97c9be26d7638e79595d361fbc40b65a0 sequencer (rebase -i): copy commit notes at end When rebasing commits that have commit notes attached, the interactive rebase rewrites those notes faithfully at the end. The sequencer must do this, too, if it wishes to do interactive rebase's job. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---