summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-16 14:29:48 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-16 14:29:48 +0100
commit850e1a1d27d529c1a31825c52e0a0d86a641e8d1 (patch)
tree4ddf64ce326c0acea0597adb363b1cf988f5159d
parentfed46e8941daae8df4e008a707c1c34ca73284f5 (diff)
downloadgall-850e1a1d27d529c1a31825c52e0a0d86a641e8d1.tar.gz
A basic summary of gall
-rw-r--r--lib/gall.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gall.lua b/lib/gall.lua
index 397f97c..52f04b2 100644
--- a/lib/gall.lua
+++ b/lib/gall.lua
@@ -8,6 +8,12 @@
---
-- 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 will use libgit2 where it has in-process code to do so, and
+-- will call out to the Git binary where reimplementing things in-process would
+-- be awkward or error-prone.
+--
-- @module gall
local API_VERSION = 0