summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update files that reference tests-clarBen Straub2013-11-142-2/+2
* Rename tests-clar to testsBen Straub2013-11-142062-0/+55912
* Backport more test dataVicent Martí2012-05-0266-57/+0
* Move test resourcesVicent Martí2012-05-0298-130/+0
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-02111-0/+144
|\
| * Merge pull request #642 from arrbee/mem-poolsRussell Belfer2012-04-252-191/+0
| |\
| | * Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-252-191/+0
| * | Include the new config test fileCarlos Martín Nieto2012-04-251-0/+2
| |/
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-172-2/+2
| * config: parse quoted valuesCarlos Martín Nieto2012-04-161-0/+7
| * tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken2012-04-104-6/+7
| * Merge pull request #610 from arrbee/status-rewriteVicent Martí2012-03-31111-1/+139
| |\
| | * Fix handling of submodules in treesRussell Belfer2012-03-266-0/+6
| | * Fix error in tree iterator when popping up treesRussell Belfer2012-03-2513-1/+9
| | * Restore default status recursion behaviorRussell Belfer2012-03-231-2/+6
| | * More status testingRussell Belfer2012-03-221-6/+2
| | * Adding new tests for new status commandRussell Belfer2012-03-2295-0/+124
| * | test_helpers: fix unepextected closing of file on errornulltoken2012-03-211-1/+2
| |/
| * Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
| * error-handling: RepositoryVicent Martí2012-03-071-2/+6
| * error-handling: ReferencesVicent Martí2012-03-066-22/+32
* | Merge pull request #606 from benstraub/t04_commit_to_clarVicent Martí2012-04-0253-0/+43
|\ \
| * | Ported t04_commit.c to Clar.Ben Straub2012-03-2053-0/+43
* | | Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-31275-1297/+0
* | | Removing test suites that have been ported to Clar:Ben Straub2012-03-3116-6178/+0
* | | t08_tag.c ported.Ben Straub2012-03-3053-0/+43
|/ /
* | Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-062-11/+11
|/
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-3/+3
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-024-14/+11
* Update diff to use iteratorsRussell Belfer2012-03-021-3/+3
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-028-4/+15
* Clean up diff implementation for reviewRussell Belfer2012-03-021-0/+0
* Initial implementation of git_diff_blobRussell Belfer2012-03-0215-3/+43
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-2/+2
* Add test for possible attr bugRussell Belfer2012-03-022-0/+7
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-8/+9
* Implement setting multivarsCarlos Martín Nieto2012-02-171-2/+2
* tests: add multivar read testCarlos Martín Nieto2012-02-171-0/+3
* Add unit tests for recent bug fixesRussell Belfer2012-02-014-0/+1
* threads: Make the old test suite TLS awarenulltoken2012-01-291-0/+4
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-2013-2/+13
|\
| * Fix handling of relative paths for attrsRussell Belfer2012-01-1613-2/+13
* | Move path related functions from fileops to pathRussell Belfer2012-01-175-27/+27
|/
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-0/+1
* Fix up status testsRussell Belfer2012-01-111-3/+9
* Initial implementation of gitignore supportRussell Belfer2012-01-112-0/+3
* Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí2012-01-041-13/+2
|\
| * util: add git__fromhex()nulltoken2011-12-281-13/+2
* | Improved gitattributes macro implementationRussell Belfer2011-12-3010-1/+26
* | Add support for macros and cache flush API.Russell Belfer2011-12-2919-7/+55