diff options
author | Robert G. Jakabosky <bobby@sharedrealm.com> | 2011-01-09 04:25:23 -0800 |
---|---|---|
committer | Robert G. Jakabosky <bobby@sharedrealm.com> | 2011-01-09 04:25:23 -0800 |
commit | d0a3b0a19c2e965a4799c1e19f84821e89516b3e (patch) | |
tree | bd2c306c2f74b2d12f3dc473e9005923d06149a8 /signature.nobj.lua | |
parent | 1b046b3bbac0e8a5543e3a2770ca0b6c4e0b31ad (diff) | |
download | luagit2-d0a3b0a19c2e965a4799c1e19f84821e89516b3e.tar.gz |
Updated pre-generated bindings.
Object's default constructor can now be called like:
local rep = git2.Repository("./repo/.git/")
local raw = git2.RawObject('blob', 'blob contents')
or with the old interface:
local rep = git2.Repository.open("./repo/.git/")
local raw = git2.RawObject.new('blob', 'blob contents')
Diffstat (limited to 'signature.nobj.lua')
0 files changed, 0 insertions, 0 deletions