Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-07-14Merge pull request #325 from carlosmn/valgrindVicent Martí
2011-07-13tree: fix insertion of entries with invalid filenamesnulltoken
2011-07-13Free sig in reflog testCarlos Martín Nieto
2011-07-13status: refactor the tests to remove some code duplicationnulltoken
2011-07-12Don't leak the buf when testing itCarlos Martín Nieto
2011-07-12config: Rename `del` to `deleteVicent Marti
2011-07-11tag: Add creation of lightweight tagnulltoken
2011-07-11What the fuck was this doing in `src`?Vicent Marti
2011-07-10reflog: Fix reflog writer/readernulltoken
2011-07-09status: CleanupVicent Marti
2011-07-09status: nonexistent file with git_status_file()Jason Penny
2011-07-09status: consolidate some test codeJason Penny
2011-07-09status: handle subdirs for git_status_fileJason Penny
2011-07-09status: add subdir to test repoJason Penny
2011-07-09status: get status for single fileJason Penny
2011-07-09status: get file statuses and run callbackJason Penny
2011-07-09status: new test repoJason Penny
2011-07-09status: get blob object id of file on diskJason Penny
2011-07-09Update tests/NAMINGJason Penny
2011-07-09Remove unused methodsVicent Marti
2011-07-09odb: Direct writes are backVicent Marti
2011-07-09reflog: add API to read or write a reference logschu
2011-07-07reference_renaming: add additional testsnulltoken
2011-07-07tag: add pattern based retrieval of list of tag namesnulltoken
2011-07-07test-core: Fix warning in uniq testVicent Marti
2011-07-07Fix MSVC compilation warningsnulltoken
2011-07-07vector: Timsort all of the thingsVicent Marti
2011-07-07test: Abort when the temp workdir cannot be createdVicent Marti
2011-07-06Fix MSVC compilation warningsnulltoken
2011-07-06Merge pull request #296 from kiryl/index-optimizationVicent Martí
2011-07-06refs: Cleanup reference renamingVicent Marti
2011-07-06Remove duplicated recursive directory removal related codenulltoken
2011-07-06Fix windows specific issuesnulltoken
2011-07-06reference_rename: git compliant reference renamingschu
2011-07-06Add tests for git_futils_rmdir_resurs()schu
2011-07-06Add test case checking renaming of a branch to a new name prefixed withschu
2011-07-05Restore config10 test fileCarlos Martín Nieto
2011-07-05vector: implement git_vector_uniq()Kirill A. Shutemov
2011-07-05Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí
2011-07-05Add variable writing testsCarlos Martín Nieto
2011-07-05Add test for section header at end of fileCarlos Martín Nieto
2011-07-05Add tests for deleting a config varCarlos Martín Nieto
2011-07-05signature: straighten the creation of a signaturenulltoken
2011-07-05signature: enhance relaxed parsing of bogus signaturesnulltoken
2011-07-05t04-commit: add tests for git_signature__parseschu
2011-07-05fileutils: Finish dropping the old `prettify_path`Vicent Marti
2011-07-05fileops: Drop `git_fileops_prettify_path`Vicent Marti
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-30filebuf: fix endless loop on writing buf > WRITE_BUFFER_SIZEKirill A. Shutemov