Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ml/pager'
author
Junio C Hamano
<junkio@cox.net>
Tue, 1 Aug 2006 06:00:51 +0000
(23:00 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 1 Aug 2006 06:00:51 +0000
(23:00 -0700)
git-checkout.sh
patch
|
blob
|
history
raw
(from parent 2:
aa086eb
)
diff --git
a/git-checkout.sh
b/git-checkout.sh
index 5613bfc403f7a4208d2a85de73ec33229e5a3f10..580a9e8a233f0a94c84792eba7c3dc653fccf3a0 100755
(executable)
--- a/
git-checkout.sh
+++ b/
git-checkout.sh
@@
-67,6
+67,10
@@
while [ "$#" != "0" ]; do
set x "$arg" "$@"
shift
fi
+ case "$1" in
+ --)
+ shift ;;
+ esac
break
;;
esac