+[10 years ago]DarkUraniumno need for hooks +[10 years ago]milkithats not enforceable +[10 years ago]DarkUraniumexactly. +[10 years ago]DarkUraniumI wish .gitattributes had that +[10 years ago]DarkUraniumor something.
+[10 years ago]ShadenessIs it possible to compare a single file between two commit sha's? Or do you have to diff the entire repo? +[10 years ago]ESphynxShadeness: specifically with github, or with git in general? you can do: git log sha1..sha2 -- path/to/my/specific/file +[10 years ago]ESphynx-p to get the diff +[10 years ago]ShadenessFound `git diff sha1 sha2 path/to/file` +[10 years ago]ShadenessSo github