~rsl/cl-git

libgit2 Common Lisp bindings
docs: fix pdf building
fix: detect symbolic tags with TAG-P

clone

read-only
https://git.sr.ht/~rsl/cl-git
read/write
git@git.sr.ht:~rsl/cl-git

You can also use your local clone with git send-email.

CL-Git

A Common Lisp wrapper around the libgit2 library. It's still early days and the abstraction is far from complete, but there is enough for this library to be useful.

What It Can Do

  • SHA conversions, formatting
  • create commits
  • clone repositories
  • revision walking
  • index file (staging area) manipulation
  • reference management listing

Requires

  • SBCL (other implementations can be supported if there is interest)
  • libgit2: 0.27, 0.28, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

License

This library is licensed under the LGPL-3.0-or-later