diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-17 02:42:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-17 02:42:53 +0200 |
commit | 8e62a85352e998415934ac24c6b0db3cd37d372e (patch) | |
tree | a20215a476e1ef6f8fdff13bff82398a16f1f4f7 /config.h | |
parent | Merge branch 'jt/partial-clone-submodule-1' (diff) | |
parent | *: fix typos (diff) | |
download | git-8e62a85352e998415934ac24c6b0db3cd37d372e.tar.xz git-8e62a85352e998415934ac24c6b0db3cd37d372e.zip |
Merge branch 'ds/gender-neutral-doc'
Update the documentation not to assume users are of certain gender
and adds to guidelines to do so.
* ds/gender-neutral-doc:
*: fix typos
comments: avoid using the gender of our users
doc: avoid using the gender of other people
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -450,8 +450,8 @@ void git_configset_init(struct config_set *cs); /** * Parses the file and adds the variable-value pairs to the `config_set`, * dies if there is an error in parsing the file. Returns 0 on success, or - * -1 if the file does not exist or is inaccessible. The user has to decide - * if he wants to free the incomplete configset or continue using it when + * -1 if the file does not exist or is inaccessible. The caller decides + * whether to free the incomplete configset or continue using it when * the function returns -1. */ int git_configset_add_file(struct config_set *cs, const char *filename); |