summaryrefslogtreecommitdiffstats
path: root/git-read-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-31 19:53:33 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-31 19:53:33 +0000
commitef5a2f9e08ac9deed3c3270103ed08c65b5177ab (patch)
tree20237e00af046145b63e1ab7fe5c15a374d7dedb /git-read-tree.txt
parent084228c6c49d30cf3c49994c8de0b192b364ac0d (diff)
downloadgit-htmldocs-ef5a2f9e08ac9deed3c3270103ed08c65b5177ab.tar.gz
Autogenerated HTML docs for v1.7.5.3-485-g090a1
Diffstat (limited to 'git-read-tree.txt')
-rw-r--r--git-read-tree.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-read-tree.txt b/git-read-tree.txt
index 26fdadc64..46a96f231 100644
--- a/git-read-tree.txt
+++ b/git-read-tree.txt
@@ -53,6 +53,11 @@ OPTIONS
trees that are not directly related to the current
working tree status into a temporary index file.
+-n::
+--dry-run::
+ Check if the command would error out, without updating the index
+ nor the files in the working tree for real.
+
-v::
Show the progress of checking files out.