Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeytrasko/gitdiff
https://github.com/sergeytrasko/gitdiff
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergeytrasko/gitdiff
- Owner: sergeytrasko
- Created: 2018-05-18T08:54:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T08:54:58.000Z (over 6 years ago)
- Last Synced: 2024-10-07T19:41:20.682Z (about 1 month ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git diff in Java
Goal - find changed files between two git commits identified by commit hashes
Based on [jGit](https://www.eclipse.org/jgit/)
Useful examples - https://github.com/centic9/jgit-cookbook/