summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bensoussan <daniel.bensoussan--bohm@etu.univ-lyon1.fr>2017-12-08 16:18:07 +0100
committerJunio C Hamano <gitster@pobox.com>2017-12-08 09:22:23 -0800
commit6b0eb884f9f2856d8c75671eb0e576c23288ab15 (patch)
tree494cc17070008a5f1f91ffdaf05377da74297aef
parent3013dff8662eae06457fe6e5348dfe2270810ab2 (diff)
downloadgit-db/doc-workflows-neuter-the-maintainer.tar.gz
doc: reword gitworkflows.txt for neutralitydb/doc-workflows-neuter-the-maintainer
Change 'he' to 'them' to be more neutral in "gitworkflows.txt". Signed-off-by: Matthieu Moy <matthieu.moy@univ-lyon1.fr> Signed-off-by: Timothee Albertin <timothee.albertin@etu.univ-lyon1.fr> Signed-off-by: Nathan Payre <nathan.payre@etu.univ-lyon1.fr> Signed-off-by: Daniel Bensoussan <daniel.bensoussan--bohm@etu.univ-lyon1.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitworkflows.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitworkflows.txt b/Documentation/gitworkflows.txt
index 177610e44e..2ed9451358 100644
--- a/Documentation/gitworkflows.txt
+++ b/Documentation/gitworkflows.txt
@@ -407,8 +407,8 @@ follows.
`git pull <url> <branch>`
=====================================
-Occasionally, the maintainer may get merge conflicts when he tries to
-pull changes from downstream. In this case, he can ask downstream to
+Occasionally, the maintainer may get merge conflicts when they try to
+pull changes from downstream. In this case, they can ask downstream to
do the merge and resolve the conflicts themselves (perhaps they will
know better how to resolve them). It is one of the rare cases where
downstream 'should' merge from upstream.