aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-21 00:20:06 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-24 23:50:44 -0700
commit946f5f7c245a0f9398417be5946795cfebfd1c62 (patch)
tree068a7bfdd9e8122578c06650cf35345956d1664b /Documentation
parent8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a (diff)
downloadgit-946f5f7c245a0f9398417be5946795cfebfd1c62.tar.gz
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')
-rw-r--r--Documentation/diff-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 616d4a4122..613a60d601 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.