X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-read-tree.txt;h=c45d53c6e150479bd01bf3d643354348d8ce9273;hb=3c18ee72cc2f3d0024b7314cdb1af5d41aea136a;hp=26fdadc642a3534c4005488cb9ca2b2a47a495a1;hpb=1c6e3514d093377fec5e30aa02a119187cf743f2;p=git.git diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index 26fdadc64..c45d53c6e 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/git-read-tree.txt @@ -8,6 +8,7 @@ git-read-tree - Reads tree information into the index SYNOPSIS -------- +[verse] 'git read-tree' [[-m [--trivial] [--aggressive] | --reset | --prefix=] [-u [--exclude-per-directory=] | -i]] [--index-output=] [--no-sparse-checkout] @@ -53,6 +54,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.