Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore
[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