Skip to content

bindings: remove obsolete libgit2-opts

Ryan Sundberg requested to merge sundbry/guile-git:clean-libgit2-opts into master

libgit2-opts refers to a function git_libgit2_init(int), which is undefined in libgit2-1.3.0. This function is obsolete; it is not used or exported by the program.

  • git/bindings.scm (libgit2-opts): Remove definition

Merge request reports