]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/diff-config.txt
Documentation: the name of the system is 'Git', not 'git'
[thirdparty/git.git] / Documentation / diff-config.txt
index 4314ad0fbb617b9f4c9c4e3d45f5d08f89259e2b..6d06aa4357f62ca1fb68b0dad5ffc3157e61c00a 100644 (file)
@@ -99,7 +99,7 @@ diff.renameLimit::
        detection; equivalent to the 'git diff' option '-l'.
 
 diff.renames::
-       Tells git to detect renames.  If set to any boolean value, it
+       Tells Git to detect renames.  If set to any boolean value, it
        will enable basic rename detection.  If set to "copies" or
        "copy", it will detect copies, as well.