https://github.com/nayuki/git-library-java
Low-level Java library to read/write Git repositories.
https://github.com/nayuki/git-library-java
git java library repository
Last synced: 11 months ago
JSON representation
Low-level Java library to read/write Git repositories.
- Host: GitHub
- URL: https://github.com/nayuki/git-library-java
- Owner: nayuki
- Created: 2016-08-29T17:50:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T06:38:04.000Z (about 1 year ago)
- Last Synced: 2025-06-09T00:07:39.713Z (about 1 year ago)
- Topics: git, java, library, repository
- Language: Java
- Homepage: https://www.nayuki.io/page/git-library-java
- Size: 174 KB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
Git library (Java)
==================
A simple library for reading and manipulating Git repositories, implemented in Java.
Home page: https://www.nayuki.io/page/git-library-java
License
-------
Copyright © 2025 Project Nayuki. (MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
* The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
* The Software is provided "as is", without warranty of any kind, express or
implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and noninfringement. In no event shall the
authors or copyright holders be liable for any claim, damages or other
liability, whether in an action of contract, tort or otherwise, arising from,
out of or in connection with the Software or the use or other dealings in the
Software.