+[2014-11-22T22:07:09Z]DarkUraniumno need for hooks +[2014-11-22T22:07:40Z]milkithats not enforceable +[2014-11-22T22:07:47Z]DarkUraniumexactly. +[2014-11-22T22:08:45Z]DarkUraniumI wish .gitattributes had that +[2014-11-22T22:08:52Z]DarkUraniumor something.
+[2014-11-23T01:53:24Z]ShadenessIs 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]ESphynxShadeness: 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]ShadenessFound `git diff sha1 sha2 path/to/file` +[2014-11-23T02:02:27Z]ShadenessSo github