diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-31 12:08:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-31 12:08:48 -0700 |
commit | efd02e92c9961063bae63da7f7446868a38f14ce (patch) | |
tree | 33bfacf99973b81ffb535185215d6346121460e3 /Documentation | |
parent | 2951df7a9afd1dc17bbca62af4bde340e1d9368f (diff) | |
parent | ea5070c91f23e41a88dec48d2f8d96444c2d647a (diff) | |
download | git-efd02e92c9961063bae63da7f7446868a38f14ce.tar.gz |
Merge branch 'jl/read-tree-m-dry-run'
* jl/read-tree-m-dry-run:
Teach read-tree the -n|--dry-run option
unpack-trees: add the dry_run flag to unpack_trees_options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-read-tree.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index 26fdadc642..46a96f2313 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/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. |