Skip to content

Commit

Permalink
Steal documentation strings from libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Häggström committed Jul 18, 2022
1 parent 4e1be50 commit 3f0eb7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ PyDoc_STRVAR(option__doc__,
" Set the maximum mmap window size.\n"
"\n"
"GIT_OPT_GET_OWNER_VALIDATION\n"
" Get the owner validation setting.\n"
" Gets the owner validation setting for repository directories.\n"
"\n"
"GIT_OPT_SET_OWNER_VALIDATION, integer\n"
" Set the owner validation setting.\n"
"GIT_OPT_SET_OWNER_VALIDATION, enabled\n"
" Set that repository directories should be owned by the current user.\n"
" The default is to validate ownership.\n"
);


Expand Down

0 comments on commit 3f0eb7d

Please sign in to comment.