]> git.ipfire.org Git - thirdparty/git.git/commit
checkout-index: allow checking out from higher stages.
authorJunio C Hamano <junkio@cox.net>
Wed, 7 Dec 2005 08:29:51 +0000 (00:29 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Dec 2005 08:44:30 +0000 (00:44 -0800)
commit3bd348aeea24709cd9be4b9d741f79b6014cd7e3
tree5b4def422f1e59cea429bee8aae6bc659d7c63c1
parent9754563ca9a99bc0fe233f43202af15704fbed4d
checkout-index: allow checking out from higher stages.

The new option, --stage=<n>, lets you copy out from an unmerged,
higher stage.  This is to help the new merge world order during
a nontrivial merge.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-checkout-index.txt
checkout-index.c