From 3f0eb7d6e34a7fb9bf735729065d410e23e61720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=A4ggstr=C3=B6m?= Date: Mon, 18 Jul 2022 14:01:52 +0200 Subject: [PATCH] Steal documentation strings from libgit2 --- src/options.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/options.h b/src/options.h index cca85e554..db9a6cc05 100644 --- a/src/options.h +++ b/src/options.h @@ -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" );