cl-git icon indicating copy to clipboard operation
cl-git copied to clipboard

a Common Lisp CFFI interface to the libgit2 library mirror https://sr.ht/~rsl/cl-git/

Results 2 cl-git issues
Sort by recently updated
recently updated
newest added

Hit this bug while trying to test, https://github.com/russell/cl-git/runs/7171170114?check_suite_focus=true ``` Running test FETCH-REMOTES ... free(): invalid pointer fatal error encountered in SBCL pid 6550 tid 6550: SIGABRT received. Running test CLONE-REPOSITORY...

Hardcoded: (:darwin "libgit2.0.dylib") On my system, homebrew puts these files: /usr/local/lib/libgit2.0.25.0.dylib /usr/local/lib/libgit2.dylib /usr/local/lib/libgit2.25.dylib Not sure if it should be hardcoded to something else, like `/usr/local/lib/libgit2.dylib` or use some other mechanism...