summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* refs: explicitly catch leading slashesCarlos Martín Nieto2013-03-071-0/+6
* No longer need clar_main.cRussell Belfer2013-03-061-3453/+0
* added missing free for git_note in clar testsNico von Geyso2013-03-061-0/+2
* fixed minor issues with new note iteratorNico von Geyso2013-03-061-9/+8
* use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-062-3/+3458
* basic note iterator implementationNico von Geyso2013-03-061-1/+66
* remote push test fixEdward Thomson2013-03-051-1/+2
* Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí2013-03-054-9/+148
|\
| * Make mode handling during init more like gitRussell Belfer2013-02-271-34/+39
| * Fix portability issues on WindowsRussell Belfer2013-02-262-9/+32
| * Fix initialization of repo directoriesRussell Belfer2013-02-263-8/+119
* | clear REUC on checkoutEdward Thomson2013-03-041-0/+85
* | Fix a few leaksCarlos Martín Nieto2013-03-043-0/+5
* | indexer: kill git_indexerCarlos Martín Nieto2013-03-031-8/+18
* | Allow empty config object and use itRussell Belfer2013-03-011-6/+4
* | Merge pull request #1379 from arrbee/fix-tests-with-autocrlf-input-on-windowsPhilip Kelley2013-03-011-2/+13
|\ \
| * | Control for core.autocrlf during testingRussell Belfer2013-03-011-2/+13
* | | Clone should not delete directories it did not createJameson Miller2013-03-011-0/+37
|/ /
* | Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí2013-02-2726-99/+511
|\ \
| * | More rename detection testsRussell Belfer2013-02-221-15/+99
| * | Fix tests for find_similar and relatedRussell Belfer2013-02-222-14/+41
| * | Add diff rename tests with partial similarityRussell Belfer2013-02-2121-82/+208
| * | Initial integration of similarity metric to diffRussell Belfer2013-02-211-2/+2
| * | Replace diff delta binary with flagsRussell Belfer2013-02-202-6/+7
| * | Refine pluggable similarity APIRussell Belfer2013-02-201-11/+11
| * | More tests of file signatures with whitespace optsRussell Belfer2013-02-201-0/+79
| * | Change similarity metric to sampled hashesRussell Belfer2013-02-201-54/+60
| * | Initial implementation of similarity scoring algoRussell Belfer2013-02-201-0/+89
* | | don't dereference at the end of the workdir iteratorEdward Thomson2013-02-271-0/+38
* | | Revert "hash: remove git_hash_init from internal api"Michael Schubert2013-02-261-1/+1
* | | hash: remove git_hash_init from internal apiMichael Schubert2013-02-261-75/+75
* | | tests/pack: fixup 6774b10Michael Schubert2013-02-251-1/+2
* | | tests/pack: do strict check of testpack's SHA1 hashMichael Schubert2013-02-251-0/+32
| |/ |/|
* | Remove sample hook filesMartin Woodward2013-02-2539-1528/+0
* | Do not fail if .gitignore is directoryRussell Belfer2013-02-221-11/+27
* | Rename 'exp' so it doesn't conflict with exp()Philip Kelley2013-02-221-59/+59
* | Merge pull request #1343 from nulltoken/topic/remote_orphaned_branchVicent Martí2013-02-222-66/+40
|\ \
| * | branch: refactor git_branch_remote_name() testsnulltoken2013-02-221-63/+23
| * | branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-222-10/+24
| |/
* | stash: Update the reference when dropping the topmost stashnulltoken2013-02-221-0/+33
* | stash: Refactor stash::drop testsnulltoken2013-02-221-9/+11
* | ignore: enhance git_ignore_path_is_ignored() test coveragenulltoken2013-02-221-0/+32
|/
* Merge pull request #1351 from arrbee/moar-treebuilder-testsVicent Martí2013-02-201-0/+97
|\
| * Add more treebuilder testsRussell Belfer2013-02-201-0/+97
* | Merge pull request #1348 from libgit2/signatures-2Russell Belfer2013-02-202-15/+9
|\ \
| * | Simplify signature parsingVicent Marti2013-02-202-15/+9
* | | Disable caching in Clarclar-no-cacheVicent Marti2013-02-201-59/+8
| |/ |/|
* | Clear up warnings from cppcheckRussell Belfer2013-02-152-6/+12
|/
* Merge pull request #1318 from nulltoken/topic/diff-tree-coverageVicent Martí2013-02-1423-44/+146
|\
| * diff: Enhance tree-to-tree diff test coveragenulltoken2013-02-061-0/+109