+ [2014-11-22T22:07:40Z] milki thats not enforceable
+ [2014-11-22T22:08:45Z] DarkUranium I wish .gitattributes had that

message no. 62773

Posted by Remram in #github at 2014-11-22T00:08:08Z

the "base"
+ [2014-11-23T01:53:24Z] Shadeness Is it possible to compare a single file between two commit sha's? Or do you have to diff the entire repo?
+ [2014-11-23T02:00:57Z] ESphynx Shadeness: specifically with github, or with git in general? you can do: git log sha1..sha2 -- path/to/my/specific/file
+ [2014-11-23T02:01:16Z] ESphynx -p to get the diff
+ [2014-11-23T02:02:09Z] Shadeness Found `git diff sha1 sha2 path/to/file`