Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  doc: clarify how -S works
  • Loading branch information
Junio C Hamano committed Mar 20, 2009
2 parents de2e3b0 + 821d56a commit 2d893d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ override configuration settings.
number.

-S<string>::
Look for differences that contain the change in <string>.
Look for differences that introduce or remove an instance of
<string>. Note that this is different than the string simply
appearing in diff output; see the 'pickaxe' entry in
linkgit:gitdiffcore[7] for more details.

--pickaxe-all::
When -S finds a change, show all the changes in that
Expand Down

0 comments on commit 2d893d6

Please sign in to comment.