Skip to content

Commit

Permalink
Merge branch 'jc/checkout'
Browse files Browse the repository at this point in the history
* jc/checkout:
  git-checkout: allow "checkout HEAD -- path"
  • Loading branch information
Junio C Hamano committed Aug 1, 2006
2 parents 3e04228 + 2608003 commit 0225de8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ while [ "$#" != "0" ]; do
set x "$arg" "$@"
shift
fi
case "$1" in
--)
shift ;;
esac
break
;;
esac
Expand Down

0 comments on commit 0225de8

Please sign in to comment.