Bug #2003

Updated by masterblaster over 1 year ago

Hi all,



i just discovered it's not possible with github to view a full diff

patch just clicking the commit

(http://support.github.com/discussions/api/227-no-diff-of-addedremoved-files-in-commit-show-api),

but with the suggested url:



https://github.com/{user}/{repo}/compare/{revision}^...{revision}.diff



so the patch gain as a bz2 download (far faster than my previous github

link):

https://github.com/downloads/randy1/DragonFlyBSD/ea7ae20415c0af1882c4.diff.bz2



Sorry for the inconvenience,

Back