summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-09-30 00:04:34 +0000
committerJunio C Hamano <junio@kernel.org>2010-09-30 00:04:34 +0000
commit3b4609d029e2db42b5154f019facecee49196bf0 (patch)
tree6d059b8455a973760f1680791fbdf8c453fe387e /diff-options.txt
parent442206cbc570d6bc05423bd8a54db5f06d740c65 (diff)
downloadgit-htmldocs-3b4609d029e2db42b5154f019facecee49196bf0.tar.gz
Autogenerated HTML docs for v1.7.3.1-45-g9855
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/diff-options.txt b/diff-options.txt
index 4656a97e6..f77a0f874 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -284,8 +284,12 @@ ifndef::git-format-patch[]
appearing in diff output; see the 'pickaxe' entry in
linkgit:gitdiffcore[7] for more details.
+-G<regex>::
+ Look for differences whose added or removed line matches
+ the given <regex>.
+
--pickaxe-all::
- When `-S` finds a change, show all the changes in that
+ When `-S` or `-G` finds a change, show all the changes in that
changeset, not just the files that contain the change
in <string>.