summaryrefslogtreecommitdiff
path: root/src/repository.nobj.lua
Commit message (Collapse)AuthorAgeFilesLines
* reword: Support update_gitlink in git_repository_set_workdirDaniel Silverstone2012-09-081-1/+1
|
* Update copyright.Robert G. Jakabosky2012-05-121-1/+1
|
* Add git_config object interface.Robert G. Jakabosky2012-05-111-2/+0
|
* Update code to libgit2 0.16.0 API.Robert G. Jakabosky2012-05-111-11/+50
|
* Fix ownership issues. Update test code.Robert G. Jakabosky2011-04-021-1/+1
|
* Update luagit2 to latest libgit2 interface (3e3e4631a0362ba23)Robert G. Jakabosky2011-04-021-14/+0
|
* Updated to libgit2 version (fc70832a, Feb 23, 2011)Robert G. Jakabosky2011-02-251-16/+7
| | | | Removed use of strndup(), since some systems don't have it.
* Updated bindings to use newest features of LuaNativeObjects.Robert G. Jakabosky2011-02-201-41/+18
|
* Re-organized project's source.Robert G. Jakabosky2011-02-181-0/+100
Removed "GIT." prefix from error codes.