diff --git a/github_tarballs b/github_tarballs index 12d63ee..529bb07 100755 --- a/github_tarballs +++ b/github_tarballs @@ -152,6 +152,18 @@ def get_changes(package, owner, repo, target): See http://developer.github.com/v3/repos/commits/#compare-two-commits + The dict contains: + { + "commits": [{ + "url": ..., + "commit": { + "message": ..., + ... + }, + ... + }, ...] + } + """ current_commit = get_commit_from_spec(package) url = GITHUB_COMPARE % dict(owner=owner,