git - get size of commit from github api -


i've been looking through github api trying work out there's simple way size of commit, i.e. what's amount of change took place:

https://developer.github.com/v3/repos/commits/

my google , stackoverflow searches turned up:

git: show total file size difference between 2 commits?

and few other command line options, wonder if knows of way through github api?

many in advance


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -