Modules
| gall | Git Abstraction Layer for Lua
Gall is an abstraction layer, allowing Lua programs to manipulate Git repositories without needing to run the Git program and process its output directly. |
| gall.commit | Commit object interface |
| gall.ll | Low level interface to Git
In addition to the documented functions below, the following Git subcommands are directly exposed as functions which are essentially like… |
| gall.ll.git2 | Low-Level C binding for Gall’s use of libgit2. |
| gall.object | Generic object interface |
| gall.repository | Repository interface |
| gall.tag | Tag object interface |
| gall.tree | Tree object interface |
Topics
| README |