summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Smith <bsmithdev@mailbox.org>2022-05-18 18:27:06 +0000
committerSimon Hauser <simon.hauser@helsinki-systems.de>2022-06-30 14:01:48 +0200
commit440684edad0b56cb746c1f1aaef6a53aa703b2ce (patch)
tree145957ec5548e7b771829e173b294c508d3834a3 /doc
parentb98b9a93c67cb999493ccdc602e711c8a7a98d64 (diff)
break(git_files): change show_untracked default to false (#842)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 42f8da1..b79006b 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -977,7 +977,7 @@ builtin.git_files({opts}) *telescope.builtin.git_files()*
(default: true)
{show_untracked} (boolean) if true, adds `--others` flag to
command and shows untracked files
- (default: true)
+ (default: false)
{recurse_submodules} (boolean) if true, adds the
`--recurse-submodules` flag to command
(default: false)