projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22cca4
)
Rename git-rebase interactive buffer: todo => git-rebase-todo
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>
git-rebase--interactive.sh
patch
|
blob
|
history
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index c9873114991ecfc90fe472b0565aad7022eaa1ff..061cd0a69e22a51a73488b89ffb99a934fd58ce1 100755
(executable)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-17,7
+17,7
@@
USAGE='(--continue | --abort | --skip | [--preserve-merges] [--verbose]
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