We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a50299 commit 8f3dec8Copy full SHA for 8f3dec8
src/repository.c
@@ -1703,7 +1703,7 @@ PyDoc_STRVAR(Repository_status__doc__,
1703
" How to handle untracked files, defaults to \"all\":\n"
1704
"\n"
1705
" - \"no\": do not return untracked files\n"
1706
- " - \"normal\": include untracked files/directories but no dot recurse subdirectories\n"
+ " - \"normal\": include untracked files/directories but do not recurse subdirectories\n"
1707
" - \"all\": include all files in untracked directories\n"
1708
1709
" Using `untracked_files=\"no\"` or \"normal\"can be faster than \"all\" when the worktree\n"
0 commit comments