]> git.phdru.name Git - git-wiki.git/commitdiff
Clarify that "strategy" is merge strategy
authorOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 21:11:30 +0000 (00:11 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 21:11:30 +0000 (00:11 +0300)
pep-git.txt

index 7d84cba6990aa24b68c2e3834b1368fc05011b7d..90f7a3ac73fdf62986cfbde08455c18a20680fed 100644 (file)
@@ -463,7 +463,7 @@ feature was implemented should be in the commit messages.
 Null-merges
 ===========
 
-Git has a builtin strategy for what Python core developers call
+Git has a builtin merge strategy for what Python core developers call
 "null-merge"::
 
     $ git merge -s ours v1  # null-merge v1 into v2