summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f22cca4)
raw | patch | inline | side by side (parent: f22cca4)
author | Seth Falcon <sfalcon@fhcrc.org> | |
Sat, 28 Jul 2007 23:44:40 +0000 (16:44 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 29 Jul 2007 01:55:04 +0000 (18:55 -0700) |
When using emacsclient or similar, a temporary buffer (file) named
'todo' could cause confusion with a pre-existing buffer of the same
name.
Signed-off-by: Seth Falcon <sethfalcon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
'todo' could cause confusion with a pre-existing buffer of the same
name.
Signed-off-by: Seth Falcon <sethfalcon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh | patch | blob | history |
index c9873114991ecfc90fe472b0565aad7022eaa1ff..061cd0a69e22a51a73488b89ffb99a934fd58ce1 100755 (executable)
require_work_tree
DOTEST="$GIT_DIR/.dotest-merge"
-TODO="$DOTEST"/todo
+TODO="$DOTEST"/git-rebase-todo
DONE="$DOTEST"/done
MSG="$DOTEST"/message
SQUASH_MSG="$DOTEST"/message-squash