mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
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…
x
Reference in New Issue
Block a user