summaryrefslogtreecommitdiff
path: root/lib/gall.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gall.lua')
-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