github - Using the git api to list get unmerged as opposed to merged? -


using github api there way unmerged files ? know there methods getall , getmerged stands return large amounts of data , getting diff between 2 computationally expensive ! :d

if looking way discern difference between 2 branches can use repository > commits > compare 2 commits part of api. in hash returned you, need grab list of files , you'll have files changed.


Comments