summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-19 14:01:08 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-19 14:01:08 +0900
commit8d57fa9fe6ea559b6e39c049c77c54f0ae0a32c3 (patch)
tree00c27876b6b53f155ce7c502fa490577fb795abe /rev-list-options.txt
parent88bf5716b2ea27d90ae93a2f12525a0e143e3b39 (diff)
downloadgit-htmldocs-8d57fa9fe6ea559b6e39c049c77c54f0ae0a32c3.tar.gz
Autogenerated HTML docs for v2.14.1-727-g9ddaf
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index a6cf9eb38..7d860bfca 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -184,6 +184,14 @@ explicitly.
Pretend as if all objects mentioned by reflogs are listed on the
command line as `<commit>`.
+--single-worktree::
+ By default, all working trees will be examined by the
+ following options when there are more than one (see
+ linkgit:git-worktree[1]): `--all`, `--reflog` and
+ `--indexed-objects`.
+ This option forces them to examine the current working tree
+ only.
+
--ignore-missing::
Upon seeing an invalid object name in the input, pretend as if
the bad input was not given.