Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-21 11:20:06 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-25 10:50:44 +0400
commit946f5f7c245a0f9398417be5946795cfebfd1c62 (patch)
tree068a7bfdd9e8122578c06650cf35345956d1664b /Documentation/diff-options.txt
parent8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a (diff)
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.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.