From 3bd348aeea24709cd9be4b9d741f79b6014cd7e3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 7 Dec 2005 00:29:51 -0800 Subject: checkout-index: allow checking out from higher stages. The new option, --stage=, 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 --- Documentation/git-checkout-index.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/git-checkout-index.txt b/Documentation/git-checkout-index.txt index 97eef22ccd..9f32c65aab 100644 --- a/Documentation/git-checkout-index.txt +++ b/Documentation/git-checkout-index.txt @@ -9,7 +9,7 @@ git-checkout-index - Copy files from the index to the working directory SYNOPSIS -------- 'git-checkout-index' [-u] [-q] [-a] [-f] [-n] [--prefix=] - [--] ... + [--stage=] [--] ... DESCRIPTION ----------- @@ -40,6 +40,10 @@ OPTIONS When creating files, prepend (usually a directory including a trailing /) +--stage=:: + Instead of checking out unmerged entries, copy out the + files from named stage. must be between 1 and 3. + --:: Do not interpret any more arguments as options. -- cgit v1.2.3