]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3404-rebase-interactive.sh
rebase -i: commit when continuing after "edit"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Sep 2007 15:42:36 +0000 (16:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Sep 2007 00:46:43 +0000 (17:46 -0700)
commitbe6ff208d8248c3f282df14fdf3c08db57e92007
treea3ae81af74765b69ad51beef03b3ee62ad269b27
parentdf3a02f6125f7ac82b6e81e3e32cd7ca3c7905ee
rebase -i: commit when continuing after "edit"

When doing an "edit" on a commit, editing and git-adding some files,
"git rebase -i" complained about a missing "author-script".  The idea was
that the user would call "git commit --amend" herself.

But we can be nice and do that for the user.

Noticed by Dmitry Potapov.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh