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

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

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

Android soft keyboard reverts to default keyboard on orientation change -