Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-add: Add support for --, documentation, and test.
[gitweb.git]
/
Documentation
/
git-checkout-index.txt
diff --git
a/Documentation/git-checkout-index.txt
b/Documentation/git-checkout-index.txt
index 9f32c65aaba057d684c349c6ab3f3fde45a36f13..2a1e526c6a1a92ea81a14b171ac8200890277fd1 100644
(file)
--- a/
Documentation/git-checkout-index.txt
+++ b/
Documentation/git-checkout-index.txt
@@
-8,8
+8,9
@@
git-checkout-index - Copy files from the index to the working directory
SYNOPSIS
--------
+[verse]
'git-checkout-index' [-u] [-q] [-a] [-f] [-n] [--prefix=<string>]
- [--stage=<number>] [--] <file>...
+
[--stage=<number>] [--] <file>...
DESCRIPTION
-----------