Common Lisp library to access git repository
  • Common Lisp 92.3%
  • Shell 7.7%
Find a file
2019-11-22 20:41:00 +01:00
src uncompress-git-file-cffi1 still buggy, added temporary code 2019-11-22 20:41:00 +01:00
t Added new failed testcase 2019-11-18 21:41:44 +01:00
.gitignore Restructured project according to the cl-project generated structure 2016-08-29 21:55:03 +02:00
.travis.yml Rewritten read-offsets and updated tests. 2017-01-18 12:34:07 +01:00
git-api-test.asd Started implementation of the helper gitattributes functionality 2017-05-10 18:27:13 +02:00
git-api.asd Introduced git-api package for API 2019-11-10 13:29:04 +01:00
LICENSE.txt Initial import - files moved from gitplot project 2016-07-07 22:17:47 +02:00
README.md Added new failed testcase 2019-11-18 21:41:44 +01:00

Build Status

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

Copyright (c) 2016-2019 Alexey Veretennikov (alexey.veretennikov@gmail.com)

License

Licensed under the BSD License.