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