+ [10 years ago] milki thats not enforceable
+ [10 years ago] DarkUranium I wish .gitattributes had that

message no. 62776

Posted by VxJasonxV in #github at 2014-11-22T01:28:35Z

tags don't have a concept of date
+ [10 years ago] Shadeness Is it possible to compare a single file between two commit sha's? Or do you have to diff the entire repo?
+ [10 years ago] ESphynx Shadeness: 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] Shadeness Found `git diff sha1 sha2 path/to/file`