Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] RepositoryCommit.getFiles() always returns null

Hello!

I am using https://github.com/eclipse/egit-github to get all repository commits and their changed files. However, RepositoryCommit.getFiles() always returns null, even though the “files” key of the response JSON is present and non-empty. For example, https://api.github.com/repos/jpantiuchina/line_history/commits/092f7c79373e6e41f60a0e01d957d4cc9500a0b6. I tried many library versions, including the latest 
2.1.5. 

Am I doing something wrong? I’m just executing CommitService.getCommits() and then RepositoryCommit.getFiles().


Cheers,
Jevgenija

Back to the top