Merge branch 'jc/checkout' into next

* jc/checkout:
  git-checkout: allow "checkout HEAD -- path"
This commit is contained in:
Junio C Hamano
2006-07-31 03:30:57 -07:00

View File

@@ -67,6 +67,10 @@ while [ "$#" != "0" ]; do
set x "$arg" "$@"
shift
fi
case "$1" in
--)
shift ;;
esac
break
;;
esac