]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: Introduce a constant AMEND
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 14 Jan 2010 05:54:47 +0000 (06:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2010 08:27:56 +0000 (00:27 -0800)
commita4049ae7ac97cb8887e9cd499c4dd0fed0eb968d
treefbd4964beec55bcac95755cca8ab51d540f17952
parent0aac0de4feb569ed17d501f04f17ecb8801dbad9
rebase -i: Introduce a constant AMEND

Add a constant AMEND holding the filename of the $DOTEST/amend file,
and document how this temporary file is used.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh