Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: report invalid commit correctly
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 0f5f5fb206e74d996eb096aea7833708bdccb71c..5e3c42cb1150a6af18003db51e7d5cc1accb4842 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-469,7
+469,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