summaryrefslogtreecommitdiff
path: root/Documentation/gitworkflows.txt
diff options
context:
space:
mode:
authorDaniel Bensoussan <daniel.bensoussan--bohm@etu.univ-lyon1.fr>2017-12-08 15:18:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-08 17:22:23 (GMT)
commit6b0eb884f9f2856d8c75671eb0e576c23288ab15 (patch)
tree494cc17070008a5f1f91ffdaf05377da74297aef /Documentation/gitworkflows.txt
parent3013dff8662eae06457fe6e5348dfe2270810ab2 (diff)
downloadgit-6b0eb884f9f2856d8c75671eb0e576c23288ab15.zip
git-6b0eb884f9f2856d8c75671eb0e576c23288ab15.tar.gz
git-6b0eb884f9f2856d8c75671eb0e576c23288ab15.tar.bz2
doc: reword gitworkflows.txt for neutrality
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>
Diffstat (limited to 'Documentation/gitworkflows.txt')
-rw-r--r--Documentation/gitworkflows.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitworkflows.txt b/Documentation/gitworkflows.txt
index 177610e..2ed9451 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.