diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-21 00:20:06 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-24 23:50:44 -0700 |
commit | 946f5f7c245a0f9398417be5946795cfebfd1c62 (patch) | |
tree | 068a7bfdd9e8122578c06650cf35345956d1664b /Documentation/diff-options.txt | |
parent | 8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a (diff) | |
download | git-946f5f7c245a0f9398417be5946795cfebfd1c62.tar.gz git-946f5f7c245a0f9398417be5946795cfebfd1c62.tar.xz |
Diff: --name-status output format.
The new output format shows only the status letter and paths.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 616d4a412..613a60d60 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -15,8 +15,8 @@ --name-only:: Show only names of changed files. ---name-only-z:: - Same as --name-only, but terminate lines with NUL. +--name-status:: + Show only names and status of changed files. -B:: Break complete rewrite changes into pairs of delete and create. |