How do I get a full feed of commits with all changes from github
Here is feed for commits made in jquery project. http://github.com/feeds/jquery/commits/jquery/master
This feed does not contain all the changes made in the source code. It just contains the commit title. How do I get 开发者_如何学JAVAfeed so that I could see the code diff in my feed reader rather than coming to github for each and every commit.
Not possible (at least from github) - they don't put diffs in the feeds/hooks because diffs can vary widely in size, up to thousands or more lines.
精彩评论