summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pregenpregen-for-07ce615Daniel Silverstone2012-09-1029-299/+1218
|
* reword: mergebaseDaniel Silverstone2012-09-102-0/+28
|
* moveme: Ignore the unpacked test_repDaniel Silverstone2012-09-081-0/+1
|
* reword: git_tree_entry_attributes is now git_tree_entry_filemodeDaniel Silverstone2012-09-082-3/+3
|
* reword: Support update_gitlink in git_repository_set_workdirDaniel Silverstone2012-09-081-1/+1
|
* reword: Update odb_backend_read_prefix_cb to use size_t for lenDaniel Silverstone2012-09-081-1/+1
|
* fixme: update git_index_read_tree, needs a stats object definingDaniel Silverstone2012-09-081-1/+1
|
* rework: fix up changes in error codesDaniel Silverstone2012-09-082-3/+7
|
* Commit generated API docs.Robert G. Jakabosky2012-06-2144-0/+11744
|
* Copy libgit2 docs from json dump.Robert G. Jakabosky2012-06-212-0/+40
|
* Autogenerate LuaDocs.Robert G. Jakabosky2012-06-211-0/+9
|
* Add link to API docs.Robert G. Jakabosky2012-06-201-1/+1
|
* Fix linking with libgit2 in non-system lib folder.Robert G. Jakabosky2012-06-151-5/+5
|
* Update pre-genereated bindings.Robert G. Jakabosky2012-06-121-267/+243
|
* Add libgit2 version check.Robert G. Jakabosky2012-06-081-1/+1
|
* Remove LIBGIT2_VERSION, no longer needed.Robert G. Jakabosky2012-06-081-1/+0
|
* Add note about supported version of libgit2.Robert G. Jakabosky2012-06-071-0/+5
|
* Support libgit2 v0.17.0Robert G. Jakabosky2012-06-076-57/+73
|
* Test reference counting of custom backends.Robert G. Jakabosky2012-05-252-1/+12
|
* Add include/lib path for libgit2.Robert G. Jakabosky2012-05-231-0/+2
|
* Update copyright.Robert G. Jakabosky2012-05-1219-19/+19
|
* remove un-needed config.h file.Robert G. Jakabosky2012-05-122-20/+0
|
* Update generated bindings.Robert G. Jakabosky2012-05-111-43/+678
|
* Add git_config object interface.Robert G. Jakabosky2012-05-113-2/+84
|
* Fix support for ODB custom backends.Robert G. Jakabosky2012-05-116-243/+291
|
* Update install instructions.Robert G. Jakabosky2012-05-111-3/+1
|
* Update code to libgit2 0.16.0 API.Robert G. Jakabosky2012-05-111-647/+1446
|
* Update code to libgit2 0.16.0 API.Robert G. Jakabosky2012-05-1115-156/+308
|
* Update rockspec URL.Robert G. Jakabosky2011-09-031-1/+1
|
* Update pre-generated code.Robert G. Jakabosky2011-04-021-35/+22
|
* Fix ownership issues. Update test code.Robert G. Jakabosky2011-04-026-54/+40
|
* Update luagit2 to latest libgit2 interface (3e3e4631a0362ba23)Robert G. Jakabosky2011-04-0217-1206/+1027
|
* Fixed bug with weak object cache.Robert G. Jakabosky2011-03-291-49/+89
|
* Add file with libgit2 git SHA1 hash to mark which API version the bindings ↵Robert G. Jakabosky2011-02-271-0/+1
| | | | are compatible with.
* Updated URLs for new repository.Robert G. Jakabosky2011-02-262-3/+3
|
* cleanup formatting of README.Robert G. Jakabosky2011-02-262-17/+6
|
* Updated to libgit2 version (fc70832a, Feb 23, 2011)Robert G. Jakabosky2011-02-2511-103/+207
| | | | Removed use of strndup(), since some systems don't have it.
* Updated bindings to use newest features of LuaNativeObjects.Robert G. Jakabosky2011-02-2017-763/+598
|
* Update pre-generated bindings file.Robert G. Jakabosky2011-02-181-141/+134
|
* Re-organized project's source.Robert G. Jakabosky2011-02-1822-97/+82
| | | | Removed "GIT." prefix from error codes.
* Updated pre-generated bindings.Robert G. Jakabosky2011-01-093-29/+74
| | | | | | | | | | | | 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')
* Added note about how to re-generate the bindings.Robert G. Jakabosky2011-01-081-0/+6
|
* Improved error message.Robert G. Jakabosky2011-01-081-2/+2
|
* Fixed building from rockspec.Robert G. Jakabosky2011-01-085-6/+22
|
* Fixed building from pre-generated bindings file.Robert G. Jakabosky2011-01-081-1/+2
|
* Added warning to pre-generated bindings file to people looking at it will ↵Robert G. Jakabosky2011-01-081-0/+8
| | | | know that it was generated (at least if they read the big-fat warning at the top of the file).
* Update pre-generated bindings file.Robert G. Jakabosky2011-01-081-15/+85
|
* Fixed invalid freeing of Lua strings from git_rawobj_close(). Added support ↵Robert G. Jakabosky2011-01-089-19/+118
| | | | for git_repository_open_no_backend() function.
* Added missing 'utils' module. Removed un-used template file.Robert G. Jakabosky2011-01-082-45/+118
|
* Fixed broken rockspec file.Robert G. Jakabosky2011-01-081-11/+4
|