+ [2015-06-23T22:58:37Z] seaders so, I was wondering, is there any automated way that I could mark all files with the *same* difference to add to staging?
+ [2015-06-23T23:26:12Z] geomyidae_ Can anyone help me diagnose why http://colemickens.io/ doesn't load?
+ [2015-06-23T23:26:30Z] geomyidae_ I believe that I've configured http://github.com/colemickens/colemickens.github.io appropriately.
+ [2015-06-23T23:26:34Z] geomyidae_ as well as the DNS
+ [2015-06-23T23:43:31Z] geomyidae_ meh, it's a cloudflare thing...

message no. 99357

Posted by solrize in #github at 2015-06-23T21:10:57Z

if there's an html file in someone's repo, is there a way to view it with a browser (i mean render the html so i can see what the page is supposed to look like) without having to download it?
+ [2015-06-24T00:16:46Z] cmyers seaders: you can see the changes that are not whitespace by running `git diff -w SRC TARGET`
+ [2015-06-24T00:17:06Z] cmyers whoever made all these whitespace changes is either a clown - or is cleaning up the codebase to be consistent
+ [2015-06-24T00:17:19Z] cmyers if it is the former, you are going to have a sad time when they go and do it again, no matter what you do
+ [2015-06-24T00:17:30Z] seaders yeah, there’s a changeover happening from a dev release to a full one
+ [2015-06-24T00:17:30Z] cmyers if it is the later, you should accept the whitespace changes so future merges are "clean"