score_trees(): fix iteration over trees with missing entries
[gitweb.git] / Documentation / gitworkflows.txt
index 02569d0614773276841a1d91a7b90cb353b8ba5e..926e044d098bc1399c923c4f204bca5d4a7a37bf 100644 (file)
@@ -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.