Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Other than -I? Commented Feb 17, 2018 at 21:59
  • @Ignacio -I only works if you have no mixed hunks – e.g. if you use -I '^#', but add one commented line followed by a non-commented line, you’ll see both in the diff output because they’re part of the same hunk. Commented Feb 17, 2018 at 22:07