Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 9148ec25c1c865f28a84e64ae67c85dca28f1eaf..e6167374445dfbb5e0b6bedc9a5f33a01cb5a7df 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-424,7
+424,7
@@
case "$onto_name" in
;;
*)
onto=$(git rev-parse --verify "${onto_name}^0") ||
- die "Does not point to a valid commit: $
1
"
+ die "Does not point to a valid commit: $
onto_name
"
;;
esac