Skip to content

Commit 8f3dec8

Browse files
authoredNov 26, 2024··
Typo in repository.c (#1327)
1 parent 4a50299 commit 8f3dec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/repository.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ PyDoc_STRVAR(Repository_status__doc__,
17031703
" How to handle untracked files, defaults to \"all\":\n"
17041704
"\n"
17051705
" - \"no\": do not return untracked files\n"
1706-
" - \"normal\": include untracked files/directories but no dot recurse subdirectories\n"
1706+
" - \"normal\": include untracked files/directories but do not recurse subdirectories\n"
17071707
" - \"all\": include all files in untracked directories\n"
17081708
"\n"
17091709
" Using `untracked_files=\"no\"` or \"normal\"can be faster than \"all\" when the worktree\n"

0 commit comments

Comments
 (0)
Please sign in to comment.