Common Lisp library to access git repository
- Common Lisp 92.3%
- Shell 7.7%
| src | ||
| t | ||
| .gitignore | ||
| .travis.yml | ||
| git-api-test.asd | ||
| git-api.asd | ||
| LICENSE.txt | ||
| README.md | ||
Git-Api - Common Lisp library for accessing git repository
Work in progress!!!
The git-api is a Common Lisp library to browse through the git repository. It is a read-only library and has no functions to create commits. It supports pack files as well as plain objects. The library is CL-only and does not need any Git support library or git installed.
The intention behind creating this library was to use it to develop graphical tools for analyzing git repositories - i.e. build branch trees etc.
Usage
Example:
Installation
Author
- Alexey Veretennikov (alexey.veretennikov@gmail.com)
Copyright
Copyright (c) 2016-2019 Alexey Veretennikov (alexey.veretennikov@gmail.com)
License
Licensed under the BSD License.