summaryrefslogtreecommitdiff
path: root/tests/resources
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2261 from jacquesg/format-patchVicent Marti2014-04-1689-0/+72
|\
| * Added git_diff_stats test filesJacques Germishuys2014-04-1589-0/+72
* | Added cherry pick testsJacques Germishuys2014-04-1490-0/+96
|/
* Merge pull request #2178 from libgit2/rb/fix-short-idEdward Thomson2014-03-311-0/+0
|\
| * Add failing test for git_object_short_idJiri Pospisil2014-03-101-0/+0
* | Add `git_merge_status` to provide info about an upcoming mergeEdward Thomson2014-03-201-0/+1
|/
* Add PHP tests and fix bug in PHP builtin driverRussell Belfer2014-01-2713-3/+204
* Update Javascript userdiff driver and testsRussell Belfer2014-01-2723-5/+410
* Move userdiff tests to be data drivenRussell Belfer2014-01-2421-0/+189
* Preserve tree filemode in index during checkoutEdward Thomson2014-01-223-0/+0
* Merge submodulesEdward Thomson2014-01-2045-0/+44
* Don't try to merge binary filesEdward Thomson2014-01-209-0/+3
* merge_file should use more aggressive levelsEdward Thomson2014-01-2023-1/+9
* Handle git_buf's from users more liberallyEdward Thomson2014-01-084-1/+1
* Introduce git_revert to revert a single commitEdward Thomson2013-12-0245-0/+91
* tree-cache: Don't segfault upon corruptionnulltoken2013-11-191-0/+0
* Rename tests-clar to testsBen Straub2013-11-141794-0/+2854
* 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
|\
| * Include the new config test fileCarlos Martín Nieto2012-04-251-0/+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-102-0/+1
| * 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
| * Adding new tests for new status commandRussell Belfer2012-03-2295-0/+124
* | 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-31267-471/+0
* | t08_tag.c ported.Ben Straub2012-03-3053-0/+43
|/
* 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
* Add test for possible attr bugRussell Belfer2012-03-022-0/+7
* 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
* Fix handling of relative paths for attrsRussell Belfer2012-01-1613-2/+13
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-0/+1
* Initial implementation of gitignore supportRussell Belfer2012-01-112-0/+3
* Improved gitattributes macro implementationRussell Belfer2011-12-3010-1/+26
* Add support for macros and cache flush API.Russell Belfer2011-12-2919-7/+55
* Add APIs for git attributesRussell Belfer2011-12-2036-0/+92
* tests: Add `refs` folder to the `bad_tag.git` repoVicent Marti2011-11-261-0/+0
* status: Add a file in the test repository to cover the correct sorting of ent...nulltoken2011-10-2910-3/+9
* Add test commit containing subtrees and filesnulltoken2011-10-1311-0/+2
* tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao2011-10-125-0/+9
* commit: properly parse empty commit messagesBrodie Rao2011-10-124-1/+5
* config: behave like git with [section.subsection]Carlos Martín Nieto2011-10-011-0/+5
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-0/+1