summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Convert reflog to new errorsRussell Belfer2012-03-201-0/+17
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-4/+4
* Update to latest clarRussell Belfer2012-03-191-3/+3
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-165-11/+11
* Make git_path_root() cope with windows network pathsnulltoken2012-03-161-0/+15
* Resolve comments from pull requestRussell Belfer2012-03-131-0/+74
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-1/+1
* diff: Fix rebase breackageVicent Martí2012-03-061-2/+2
* error-handling: ReferencesVicent Martí2012-03-062-16/+2
* error-handling: Add new routinesVicent Martí2012-03-031-1/+1
* Fixes for merge of filters branchRussell Belfer2012-03-021-0/+1
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-023-7/+7
* Fixing memory leaks indicated by valgrindRussell Belfer2012-03-022-0/+5
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-0212-131/+109
* Update diff to use iteratorsRussell Belfer2012-03-028-33/+272
* Fixing unit tests post rebaseRussell Belfer2012-03-022-23/+3
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-022-0/+89
* Continue implementation of git-diffRussell Belfer2012-03-025-27/+124
* Clean up diff implementation for reviewRussell Belfer2012-03-024-0/+300
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-2/+2
* Add test for possible attr bugRussell Belfer2012-03-021-2/+3
* Merge pull request #575 from libgit2/filtersVicent Martí2012-03-029-263/+415
|\
| * Add filter tests and fix some bugsRussell Belfer2012-03-023-0/+138
| * attr: Add missing header to test suiteVicent Martí2012-03-021-0/+42
| * attr: Change the attribute check macrosVicent Martí2012-03-023-256/+228
| * buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-272-7/+7
* | Simple test for pushing HEAD and hiding a branchCarlos Martín Nieto2012-02-271-0/+17
* | revwalk: add convenience function to push/hide HEADCarlos Martín Nieto2012-02-271-0/+15
* | Add revwalk glob testCarlos Martín Nieto2012-02-271-0/+15
* | Move revwalk test to clarCarlos Martín Nieto2012-02-271-0/+119
|/
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+18
* config: add more comprehensive multivar testsCarlos Martín Nieto2012-02-251-13/+69
* A remote exists with an URL aloneCarlos Martín Nieto2012-02-241-0/+13
* tests-clar/notes: init oid before usingschu2012-02-231-0/+1
* Fix workdir iterator unit testsRussell Belfer2012-02-231-2/+2
* Merge pull request #570 from arrbee/uniform-iteratorsVicent Martí2012-02-223-0/+390
|\
| * Iterator improvements from diff implementationRussell Belfer2012-02-221-6/+8
| * Uniform iterators for trees, index, and workdirRussell Belfer2012-02-213-0/+388
* | Merge pull request #565 from carlosmn/multimapVicent Martí2012-02-221-0/+88
|\ \ | |/ |/|
| * Implement setting multivarsCarlos Martín Nieto2012-02-171-2/+38
| * Support getting multivarsCarlos Martín Nieto2012-02-171-0/+28
| * tests: add multivar read testCarlos Martín Nieto2012-02-171-0/+24
* | Add git_remote_save()Carlos Martín Nieto2012-02-201-0/+26
* | Add git_remote_set_{fetch,push}spec()Carlos Martín Nieto2012-02-201-0/+16
|/
* Add git notes APIschu2012-02-151-0/+49
* commit: actually allow yet to be born update_refschu2012-02-151-0/+44
* tests-clar: fix warning sign-compareschu2012-02-131-1/+1
* repository: ensure that the path to the .git directory ends with a forward sl...nulltoken2012-02-032-7/+65
* Add unit tests for recent bug fixesRussell Belfer2012-02-012-0/+17
* Merge remote-tracking branch 'arrbee/status-bugs' into developmentVicent Martí2012-02-011-3/+3
|\