[racket-dev] "~e" vs "~.s"

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Aug 26 12:18:38 EDT 2010

On Aug 26, Robby Findler wrote:
> When I tried to do that to look thru your changes to the framework,
> I was overwhelmed with all the reindentation that you did. Is there
> a way to avoid seeing that?

Yes there is -- the usual two diff flags can be used:
* -b, --ignore-space-change
* -w, --ignore-all-space

(But this is irrelevant here since I didn't commit indentation
changes.  Maybe you're confusing the "\n" changes for that.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.