summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Implement regex pattern diff driverRussell Belfer2013-06-112-2/+2
* Reorganize diff and add basic diff driverRussell Belfer2013-06-1018-32/+60
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-037-536/+95
|\
| * Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-313-66/+76
| * ...Aaaand this worksVicent Marti2013-05-302-191/+0
| * What are the chances, reallyVicent Marti2013-05-292-269/+0
| * Liike thisVicent Marti2013-05-282-19/+28
* | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+27
|\ \
| * | Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+27
* | | remote: make default tag retrieving behaviour consistentyorah2013-05-301-0/+3
* | | allow (ignore) bare slash in gitignoreEdward Thomson2013-05-292-0/+31
* | | Fix memory leak in oid shortener testsRussell Belfer2013-05-291-53/+57
| |/ |/|
* | tests: don't verify SSH unsupported with GIT_SSHMichael Schubert2013-05-271-0/+2
* | Add ~ expansion to global attributes and excludesRussell Belfer2013-05-241-1/+34
* | Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-242-4/+49
|\ \
| * | introduce git_conflict_iteratorEdward Thomson2013-05-172-4/+49
* | | Merge pull request #1592 from ethomson/merge_setupVicent Martí2013-05-241-15/+841
|\ \ \
| * | | merge setupEdward Thomson2013-05-171-15/+841
| |/ /
* | | Merge pull request #1603 from ben/shallowVicent Martí2013-05-248-0/+45
|\ \ \
| * | | Improve test failure outputBen Straub2013-05-238-0/+45
* | | | Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-244-6/+413
|\ \ \ \
| * | | | Fill out diff rename test coverageRussell Belfer2013-05-231-0/+105
| * | | | More diff rename tests; better split swap handlingRussell Belfer2013-05-233-14/+112
| * | | | Significant rename detection rewriteRussell Belfer2013-05-222-7/+28
| * | | | Add more diff rename detection testsRussell Belfer2013-05-201-2/+146
| * | | | Fix issues with git_diff_find_similarRussell Belfer2013-05-171-1/+2
| * | | | Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-171-0/+38
* | | | | More tests of config with various absent filesRussell Belfer2013-05-231-2/+127
| |/ / / |/| | |
* | | | Add testcase for #1600Axel Wagner2013-05-231-0/+39
* | | | tag: Introduce git_tag_annotation_create()nulltoken2013-05-211-0/+38
| |/ / |/| |
* | | revparse: Make revparse_ext() return git_reference from names as wellnulltoken2013-05-161-2/+2
* | | revparse: Introduce git_revparse_ext()nulltoken2013-05-161-2/+47
|/ /
* | Merge pull request #1588 from arrbee/fixes-for-checkout-and-diffVicent Martí2013-05-151-0/+25
|\ \
| * | Fix diff crash when last item is untracked dirRussell Belfer2013-05-151-0/+25
* | | Fix trailing whitespacesnulltoken2013-05-1518-233/+228
|/ /
* | signature: Lenient when dupping, strict when creatingVicent Marti2013-05-151-2/+2
* | Extend valgrind suppressions on MacRussell Belfer2013-05-141-0/+72
* | Fix some memory leaksnulltoken2013-05-141-0/+2
* | Fix refdb iteration early termination bugRussell Belfer2013-05-1145-8/+82
* | Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-117-46/+147
|\ \
| * | Introduce a glob-filtering iteratorCarlos Martín Nieto2013-05-111-1/+1
| * | refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-116-44/+16
| * | Add iterator support to the testdb backendCarlos Martín Nieto2013-05-111-0/+46
| * | Remove outdated testCarlos Martín Nieto2013-05-111-11/+0
| * | Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto2013-05-111-0/+18
| * | refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+76
* | | Merge pull request #1571 from arrbee/what-if-ignorecase-liesVicent Martí2013-05-103-0/+36
|\ \ \
| * | | Improve ignore handling in git_status_fileRussell Belfer2013-05-103-0/+36
* | | | Merge pull request #1572 from arrbee/diff-patch-with-renameVicent Martí2013-05-101-1/+54
|\ \ \ \
| * | | | Fix diff output for renames and copiesRussell Belfer2013-05-101-1/+54
| |/ / /