summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Clay 0.7.0 scriptclay-testVicent Marti2011-09-042-1/+214
* Switch to the Clay testing frameworkVicent Marti2011-09-0436-8005/+1104
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1
* reflog: assimilate reflog API to return git_oid'sschu2011-08-151-4/+10
* commit: Add support for Encoding headerVicent Marti2011-08-121-3/+3
* t12-repo.c: fix failing test discover0schu2011-08-101-1/+1
* discover: Make test run in temporary folder instead of altering the test reso...nulltoken2011-08-091-3/+3
* Fix compilation in WindowsVicent Marti2011-08-081-7/+4
* Force the test's main function to use cdecl under WindowsCarlos Martín Nieto2011-08-061-1/+6
* Fix wrong test in t04-commitLambert CLARA2011-08-042-11/+11
* signature: adjust API to return error codesschu2011-08-033-29/+15
* signature.c: fix off-by-one errorschu2011-08-031-0/+28
* Fix memory leak when wrong object type is looked up from cacheLambert CLARA2011-08-021-1/+4
* reflog: avoid users writing a wrong ancestor OIDschu2011-08-011-0/+29
* Remove extra git_index_read from the testsCarlos Martín Nieto2011-07-261-11/+0
* tests: fix cast warningsKirill A. Shutemov2011-07-255-35/+36
* Merge pull request #325 from carlosmn/valgrindVicent Martí2011-07-131-0/+1
|\
| * Free sig in reflog testCarlos Martín Nieto2011-07-131-0/+1
* | tree: fix insertion of entries with invalid filenamesnulltoken2011-07-131-0/+5
|/
* status: refactor the tests to remove some code duplicationnulltoken2011-07-123-63/+32
* Don't leak the buf when testing itCarlos Martín Nieto2011-07-121-0/+2
* config: Rename `del` to `deleteVicent Marti2011-07-121-4/+4
* tag: Add creation of lightweight tagnulltoken2011-07-111-3/+61
* What the fuck was this doing in `src`?Vicent Marti2011-07-111-0/+344
* reflog: Fix reflog writer/readernulltoken2011-07-103-38/+52
* status: CleanupVicent Marti2011-07-091-1/+1
* status: nonexistent file with git_status_file()Jason Penny2011-07-091-0/+21
* status: consolidate some test codeJason Penny2011-07-091-27/+27
* status: handle subdirs for git_status_fileJason Penny2011-07-091-1/+11
* status: add subdir to test repoJason Penny2011-07-0915-2/+9
* status: get status for single fileJason Penny2011-07-091-1/+33
* status: get file statuses and run callbackJason Penny2011-07-091-3/+93
* status: new test repoJason Penny2011-07-0935-1/+33
* status: get blob object id of file on diskJason Penny2011-07-094-0/+65
* Update tests/NAMINGJason Penny2011-07-091-0/+4
* Remove unused methodsVicent Marti2011-07-091-2/+2
* odb: Direct writes are backVicent Marti2011-07-092-0/+61
* reflog: add API to read or write a reference logschu2011-07-091-0/+62
* reference_renaming: add additional testsnulltoken2011-07-071-3/+35
* tag: add pattern based retrieval of list of tag namesnulltoken2011-07-071-0/+31
* test-core: Fix warning in uniq testVicent Marti2011-07-071-6/+17
* Fix MSVC compilation warningsnulltoken2011-07-071-1/+1
* vector: Timsort all of the thingsVicent Marti2011-07-071-4/+1
* test: Abort when the temp workdir cannot be createdVicent Marti2011-07-071-4/+8
* Fix MSVC compilation warningsnulltoken2011-07-061-6/+6
* Merge pull request #296 from kiryl/index-optimizationVicent Martí2011-07-061-0/+23
|\
| * vector: implement git_vector_uniq()Kirill A. Shutemov2011-07-051-0/+23
* | refs: Cleanup reference renamingVicent Marti2011-07-064-12/+12
* | Remove duplicated recursive directory removal related codenulltoken2011-07-064-41/+12
* | Fix windows specific issuesnulltoken2011-07-061-2/+3