summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add validate signature function, needs testsv1.1Daniel Silverstone2016-08-291-0/+51
* Support signed certificate generation ready for gpgv like validationDaniel Silverstone2016-08-282-0/+21
* Add CoCDaniel Silverstone2016-05-301-0/+20
* Support unstable's libgit2 and git changesDaniel Silverstone2015-11-063-4/+8
* Add a note to the top level modulev1.0Daniel Silverstone2015-07-171-0/+6
* Add gall.ll documentationDaniel Silverstone2015-07-171-0/+60
* Add basic tree documentationDaniel Silverstone2015-07-171-0/+85
* Add documentation for tagDaniel Silverstone2015-07-171-0/+79
* Basic documentation for the commit objectDaniel Silverstone2015-07-161-0/+101
* Basic repository documentationDaniel Silverstone2015-07-161-11/+190
* Basic low-level object documentationDaniel Silverstone2015-07-161-0/+61
* Sort thingsDaniel Silverstone2015-07-161-0/+1
* Add basic documentation for gall.ll.git2Daniel Silverstone2015-07-161-0/+117
* Add support for better C comment parsing for ldocDaniel Silverstone2015-07-161-0/+83
* A basic summary of gallDaniel Silverstone2015-07-161-0/+6
* Rewrite test for libgit2 presence slightlyDaniel Silverstone2015-07-161-3/+5
* Initial ldoc supportDaniel Silverstone2015-07-1610-1/+44
* Support situations where there is no git_error availableDaniel Silverstone2015-07-161-19/+28
* Update README to be more correctDaniel Silverstone2015-07-161-5/+6
* Remove dependency on luacov in the test suiteDaniel Silverstone2015-07-158-8/+8
* Attempt to improve compile time by parallelising make of libgit2Daniel Silverstone2015-02-031-1/+4
* Add missing import of luxioDaniel Silverstone2015-02-031-0/+2
* merge master changes into replace branchDaniel Silverstone2014-08-234-3/+15
|\
| * Update for off-by-one fixmerge-base-regressionDaniel Silverstone2014-05-291-0/+0
| * Demonstrate the issueDaniel Silverstone2014-05-294-3/+15
* | Migration to new libgit2 complete, test suite passesreplace-luagit2Daniel Silverstone2014-08-236-55/+91
* | Basic dodgy version of a git2 bindingDaniel Silverstone2014-08-232-2/+283
* | Remove luagit2 and integrate newer libgit2 ready for minimal C moduleDaniel Silverstone2014-08-224-14/+3
|/
* More cleanDaniel Silverstone2013-04-251-0/+2
* PREFIX, not INST_ROOT, pleaseDaniel Silverstone2013-04-141-1/+3
* REPOSITORY: Support annotated tags in :merge_base()Daniel Silverstone2012-09-263-2/+20
* Override DESTDIR in case it is in the environmentDaniel Silverstone2012-09-121-1/+1
* Fix tests to not rely on . being in gitDaniel Silverstone2012-09-121-12/+15
* Missing :STRINGDaniel Silverstone2012-09-111-1/+1
* REPOSITORY: Support merge-base via luagit2Daniel Silverstone2012-09-102-0/+19
* REPOSITORY: Support luagit2 for config callsDaniel Silverstone2012-09-101-0/+21
* TREE: Replacement parser if git2 availableDaniel Silverstone2012-09-101-0/+32
* Move luacov out to a submoduleDaniel Silverstone2012-09-0913-987/+3
* Support installation of git2.soDaniel Silverstone2012-09-081-1/+7
* Fix cleanDaniel Silverstone2012-09-081-1/+1
* GALL.REPOSITORY: Use libgit2 some moreDaniel Silverstone2012-09-081-10/+67
* Fix up messageDaniel Silverstone2012-09-081-2/+2
* GALL: Initial git2 support, saves a litle under 30% of git spawns in the test...Daniel Silverstone2012-09-083-5/+42
* GALL: Allow for optional git2 supportDaniel Silverstone2012-09-084-9/+34
* Update libgit2 and make gall.git2 moduleDaniel Silverstone2012-09-084-4/+29
* Add submodules for libgit2 and luagit2, don't compile it all yetDaniel Silverstone2012-09-083-0/+6
* GALL.TAG: Simplify header parsing, tags cannot duplicate headersDaniel Silverstone2012-09-081-5/+2
* GALL.REPOSITORY: Test everything elseDaniel Silverstone2012-09-082-10/+177
* GALL.COMMIT: Test commit creationDaniel Silverstone2012-09-082-3/+204
* GALL.TREE: Test trees as much as possibleDaniel Silverstone2012-09-084-5/+152