Code

Do not try futile object pairs when repacking.
[git.git] / Documentation / git-diff.txt
index 7267bcd7a015291bece97460b9c81f8ace85c990..7ab20803761b0d5ac69e3b9acc31ed4e9d59ef4c 100644 (file)
@@ -85,7 +85,7 @@ $ git diff arch/i386 include/asm-i386   <3>
 nor deletion.
 <2> show only names and the nature of change, but not actual
 diff output.  --name-status disables usual patch generation
-which in turn also disables recursive behaviour, so without -r
+which in turn also disables recursive behavior, so without -r
 you would only see the directory name if there is a change in a
 file in a subdirectory.
 <3> limit diff output to named subtrees.