Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archive: declare struct archiver where it's needed
[gitweb.git]
/
git-rebase--interactive.sh
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index e63a864c7b1b5057737fda1e52c88d1d5e40322f..4e334ba41dad3067394b79c15ebfe610b2d3e178 100755
(executable)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-277,7
+277,7
@@
do_next () {
die_with_patch $sha1 "Could not apply $sha1... $rest"
make_patch $sha1
: > "$DOTEST"/amend
- warn
+ warn
"Stopped at $sha1... $rest"
warn "You can amend the commit now, with"
warn
warn " git commit --amend"