On Tuesday, 18 February 2020 18:16:57 UTC, Manlio Perillo wrote:
>
> Here is an example of a diff with a lot of noise, where the actual change 
> is very hard to see:
> https://gist.github.com/perillo/c5b3bdff9e8db9c89f316670d129c0dd
>
> Note that using `git diff -w` is not a solution, since it can only be used 
> locally.  The full diff will be shown by github and friends.
>
>
Then why not file a feature request against github?

BTW, I would use "git diff -b" rather than "git diff -w".  -b treats all 
sequences of one or more whitespace characters as equivalent, and ignores 
whitespace at end of line.  -w ignores whitespace completely, so "foobar" 
and "foo bar" are treated as the same.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/7e469c10-c5cd-4e40-aac1-e6d5a39ce373%40googlegroups.com.

Reply via email to