Skip to content

Commit

Permalink
Update repository.c
Browse files Browse the repository at this point in the history
  • Loading branch information
johannkm authored Nov 25, 2024
1 parent 8056e1f commit 05ea3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repository.c
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ PyDoc_STRVAR(Repository_status__doc__,
" How to handle untracked files, defaults to \"all\":\n"
"\n"
" - \"no\": do not return untracked files\n"
" - \"normal\": include untracked files/directories but no not recurse subdirectories\n"
" - \"normal\": include untracked files/directories but do not recurse subdirectories\n"
" - \"all\": include all files in untracked directories\n"
"\n"
" Using `untracked_files=\"no\"` or \"normal\"can be faster than \"all\" when the worktree\n"
Expand Down

0 comments on commit 05ea3a7

Please sign in to comment.