diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-25 14:13:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-25 14:13:41 -0700 |
commit | c3531e03856972b698df61c983a3375892220d51 (patch) | |
tree | 4d47308eda9807138c0b3e9b8af31f6d04708ced /Documentation | |
parent | Merge branch 'ls/travis-enable-httpd-tests' (diff) | |
parent | diff: document diff-filter exclusion (diff) | |
download | tgif-c3531e03856972b698df61c983a3375892220d51.tar.xz |
Merge branch 'jc/doc-diff-filter-exclude'
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')
-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 |