Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] fetch.c: Remove useless lookup_object_type() call in process()
[gitweb.git]
/
git-checkout.sh
diff --git
a/git-checkout.sh
b/git-checkout.sh
index e02c7afbaed52e83a01a68a65ff950b07c04f839..37afcdda309ca8df52bb5033e5e7f0b771dfa067 100755
(executable)
--- a/
git-checkout.sh
+++ b/
git-checkout.sh
@@
-23,7
+23,7
@@
while [ "$#" != "0" ]; do
;;
*)
rev=$(git-rev-parse --verify "$arg^0" 2>/dev/null) ||
- die "
hey dummy, branch '$arg' doesn't exist
."
+ die "
I don't know any '$arg'
."
if [ -z "$rev" ]; then
echo "unknown flag $arg"
exit 1