summaryrefslogtreecommitdiff
path: root/git2.nobj.lua
diff options
context:
space:
mode:
authorRobert G. Jakabosky <bobby@sharedrealm.com>2012-05-11 22:47:08 -0700
committerRobert G. Jakabosky <bobby@sharedrealm.com>2012-05-11 22:47:08 -0700
commitaf56a49dc72ef1c4d12f43132d0dd6243b22129b (patch)
treeb06a4a6c65b3441a99aea2af5029618f877f9e4b /git2.nobj.lua
parent807aedec19955f0b7409e74a7562fe337038c302 (diff)
downloadluagit2-af56a49dc72ef1c4d12f43132d0dd6243b22129b.tar.gz
Fix support for ODB custom backends.
Diffstat (limited to 'git2.nobj.lua')
-rw-r--r--git2.nobj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/git2.nobj.lua b/git2.nobj.lua
index 8ad1b29..fac7d14 100644
--- a/git2.nobj.lua
+++ b/git2.nobj.lua
@@ -64,7 +64,7 @@ subfiles {
"src/oid.nobj.lua",
"src/oid_shorten.nobj.lua",
"src/odb.nobj.lua",
---"src/database_backend.nobj.lua",
+"src/odb_backend.nobj.lua",
"src/index.nobj.lua",
"src/index_entry.nobj.lua",
"src/index_entry_unmerged.nobj.lua",