Merge branch 'jc/checkout'
* jc/checkout: git-checkout: allow "checkout HEAD -- path"
This commit is contained in:
commit
0225de86a4
@ -67,6 +67,10 @@ while [ "$#" != "0" ]; do
|
||||
set x "$arg" "$@"
|
||||
shift
|
||||
fi
|
||||
case "$1" in
|
||||
--)
|
||||
shift ;;
|
||||
esac
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user