summaryrefslogtreecommitdiff
path: root/tests/t04-commit.c
Commit message (Expand)AuthorAgeFilesLines
* Removing test suites that have been ported to Clar:Ben Straub2012-03-311-789/+0
* Plug a bunch of leaksCarlos Martín Nieto2011-11-281-0/+1
* Rename all `_close` methodsVicent Marti2011-11-261-9/+9
* Free all used references in the source treeschu2011-11-061-0/+2
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-0/+4
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-0/+4
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-3/+3
|/
* signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-121-0/+8
* commit: properly parse empty commit messagesBrodie Rao2011-10-121-0/+2
* CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-6/+3
* commit: Add support for Encoding headerVicent Marti2011-08-121-3/+3
* Fix compilation in WindowsVicent Marti2011-08-081-7/+4
* Fix wrong test in t04-commitLambert CLARA2011-08-041-6/+6
* signature: adjust API to return error codesschu2011-08-031-21/+10
* signature.c: fix off-by-one errorschu2011-08-031-0/+28
* tests: fix cast warningsKirill A. Shutemov2011-07-251-19/+20
* reflog: Fix reflog writer/readernulltoken2011-07-101-2/+2
* Remove unused methodsVicent Marti2011-07-091-2/+2
* signature: straighten the creation of a signaturenulltoken2011-07-051-1/+36
* signature: enhance relaxed parsing of bogus signaturesnulltoken2011-07-051-14/+105
* t04-commit: add tests for git_signature__parseschu2011-07-051-0/+72
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Remove redundant methods from the APIVicent Marti2011-06-281-6/+14
* oid: Rename methodsVicent Marti2011-06-161-4/+4
* Add root commit testCarlos Martín Nieto2011-04-291-0/+68
* tests: don't leak objectsCarlos Martín Nieto2011-04-131-1/+10
* Change `parse` methods to const bufferVicent Marti2011-04-021-5/+5
* Switch from time_t to git_time_tnulltoken2011-03-231-1/+1
* I broke your bindingsVicent Marti2011-03-201-56/+19
* Fix the retarded object interdependency systemVicent Marti2011-03-141-2/+2
* Cleanup the testing toolkitVicent Marti2011-03-031-19/+14
* Rewrite the unit testing suiteVicent Marti2011-02-021-0/+519