Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Latest commit

 

History

History
80 lines (72 loc) · 1.58 KB

README.md

File metadata and controls

80 lines (72 loc) · 1.58 KB

zig-libgit2

Warning

This project is not currently in a good state and is not 100% compatible with any of libgit2's releases.

Work on this project stalled at step one in TODO


Zig bindings to libgit2

This is an in-progress zig binding to libgit2, unfortunately libgit2 doesn't full document all possible errors so every errorable function returns the full errorset.

There is currently no plan to port all the headers within "include/git2/sys", if anyone requires any of that functionailty raise an issue.

Files fully wrapped (others maybe partially complete)

  • annotated_commit.h
  • apply.h
  • attr.h
  • blame.h
  • blob.h
  • branch.h
  • buffer.h
  • cert.h
  • checkout.h
  • cherrypick.h
  • clone.h
  • commit.h
  • common.h
  • config.h
  • credential.h
  • describe.h
  • diff.h
  • errors.h
  • filter.h
  • global.h
  • graph.h
  • ignore.h
  • index.h
  • indexer.h
  • mailmap.h
  • merge.h
  • message.h
  • notes.h
  • object.h
  • odb.h
  • oid.h
  • oidarray.h
  • pack.h
  • patch.h
  • pathspec.h
  • proxy.h
  • rebase.h
  • refdb.h
  • reflog.h
  • refs.h
  • refspec.h
  • remote.h
  • repository.h
  • reset.h
  • revert.h
  • revparse.h
  • revwalk.h
  • signature.h
  • stash.h
  • status.h
  • strarray.h
  • submodule.h
  • tag.h
  • trace.h
  • transaction.h
  • tree.h
  • worktree.h
  • sys/alloc.h
  • sys/credential.h
  • sys/diff.h
  • sys/hashsig.h
  • sys/path.h
  • sys/repository.h