Browse Source

Merge branch 'maint'

* maint:
  Documentation: Describe other situations where -z affects git diff
maint
Junio C Hamano 15 years ago
parent
commit
fab45027e0
  1. 4
      Documentation/diff-options.txt

4
Documentation/diff-options.txt

@ -94,8 +94,8 @@ Also, when `--raw` or `--numstat` has been given, do not munge @@ -94,8 +94,8 @@ Also, when `--raw` or `--numstat` has been given, do not munge
pathnames and use NULs as output field terminators.
endif::git-log[]
ifndef::git-log[]
When `--raw` or `--numstat` has been given, do not munge
pathnames and use NULs as output field terminators.
When `--raw`, `--numstat`, `--name-only` or `--name-status` has been
given, do not munge pathnames and use NULs as output field terminators.
endif::git-log[]
+
Without this option, each pathname output will have TAB, LF, double quotes,

Loading…
Cancel
Save