rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref
[gitweb.git] / Documentation / diff-options.txt
index 1a78635fbae314e5b6bc02571b573c4bfdba5e29..60d0e53a78974a99af3178fb11745fdaa51fd6fe 100644 (file)
@@ -75,7 +75,8 @@ endif::git-format-patch[]
        Show only names of changed files.
 
 --name-status::
-       Show only names and status of changed files.
+       Show only names and status of changed files. See the description
+       of the `--diff-filter` option on what the status letters mean.
 
 --color::
        Show colored diff.
@@ -205,8 +206,8 @@ endif::git-format-patch[]
 
 --ext-diff::
        Allow an external diff helper to be executed. If you set an
-       external diff driver with gitlink:gitattributes[5], you need
-       to use this option with gitlink:git-log[1] and friends.
+       external diff driver with linkgit:gitattributes[5], you need
+       to use this option with linkgit:git-log[1] and friends.
 
 --no-ext-diff::
        Disallow external diff drivers.