开发者

How do I get a full feed of commits with all changes from github

开发者 https://www.devze.com 2022-12-14 21:48 出处:网络
Here is feed for commits made in jquery project. http://github.com/feeds/jquery/commits/jquery/master

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消