Merge branch 'jc/maint-1.7.4-pathspec-stdin-and-cmdline'
[gitweb.git] / Documentation / diff-options.txt
index 23772d615d22e0a4bbad41e82e156634981d23c3..c32105f1ed35f53a0922f32ad3fb271592d79d28 100644 (file)
@@ -74,8 +74,8 @@ endif::git-format-patch[]
        counted for the parent directory, unless `--cumulative` is used.
 +
 Note that the `--dirstat` option computes the changes while ignoring
-pure code movements within a file.  In other words, rearranging lines
-in a file is not counted as a change.
+the amount of pure code movements within a file.  In other words,
+rearranging lines in a file is not counted as much as other changes.
 
 --dirstat-by-file[=<limit>]::
        Same as `--dirstat`, but counts changed files instead of lines.
@@ -243,7 +243,7 @@ ifdef::git-log[]
        For following files across renames while traversing history, see
        `--follow`.
 endif::git-log[]
-       If `n` is specified, it is a is a threshold on the similarity
+       If `n` is specified, it is a threshold on the similarity
        index (i.e. amount of addition/deletions compared to the
        file's size). For example, `-M90%` means git should consider a
        delete/add pair to be a rename if more than 90% of the file