diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:21:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:21:44 -0700 |
commit | 2f8c654edb0c8805749c60228ad9abb5984fba63 (patch) | |
tree | f91a78bf8f32a33eaa29bbfaba2175ad76fb9a34 /Documentation/diff-options.txt | |
parent | Merge branch 'nd/test-helpers' into maint (diff) | |
parent | diff: document diff-filter exclusion (diff) | |
download | tgif-2f8c654edb0c8805749c60228ad9abb5984fba63.tar.xz |
Merge branch 'jc/doc-diff-filter-exclude' into maint
Belated doc update for a feature added in v1.8.5.
* jc/doc-diff-filter-exclude:
diff: document diff-filter exclusion
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index d9ae681d8f..705a873942 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -419,6 +419,9 @@ ifndef::git-format-patch[] paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected. ++ +Also, these upper-case letters can be downcased to exclude. E.g. +`--diff-filter=ad` excludes added and deleted paths. -S<string>:: Look for differences that change the number of occurrences of |