summaryrefslogtreecommitdiff
path: root/tests-clay
Commit message (Expand)AuthorAgeFilesLines
* Rename the Clay test suite to ClarVicent Martí2012-01-2453-6193/+0
* remote: add test which creates a basic remote entry in the repository configu...nulltoken2012-01-231-0/+33
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-204-39/+102
|\
| * Fix handling of relative paths for attrsRussell Belfer2012-01-164-39/+102
* | Move path related functions from fileops to pathRussell Belfer2012-01-173-8/+8
|/
* Patch cleanup for mergeRussell Belfer2012-01-161-3/+3
* Convert git_path_walk_up to regular functionRussell Belfer2012-01-111-6/+22
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-112-0/+18
* Initial implementation of gitignore supportRussell Belfer2012-01-113-1/+52
* Merge pull request #528 from arrbee/valgrind-fixes-2Vicent Martí2012-01-051-1/+0
|\
| * Remove repo open immediately after init in testRussell Belfer2012-01-051-1/+0
* | clay tests: free resourcesCarlos Martín Nieto2012-01-063-0/+4
|/
* Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí2012-01-044-28/+138
|\
| * transport: make local transport accept a file Uri containing percent-encoded ...nulltoken2011-12-283-11/+49
| * path: add git_path_fromurl()nulltoken2011-12-283-26/+67
| * path: add git__percent_decode()nulltoken2011-12-283-3/+29
| * util: add git__fromhex()nulltoken2011-12-284-15/+36
* | Fix MSVC compilation warningsnulltoken2012-01-041-2/+4
* | clay: Move `file_create` to the helpers fileVicent Martí2012-01-028-53/+27
* | Merge remote-tracking branch 'drizzd/diff-index-tests' into developmentVicent Martí2012-01-028-1446/+100
|\ \
| * | add diff-index testsClemens Buchacher2011-12-301-4/+14
| * | clay: reset expect_idx in diff_more testClemens Buchacher2011-12-301-6/+13
| * | add git_index_read_treeClemens Buchacher2011-12-304-10/+73
| * | cmake: generate clay mainClemens Buchacher2011-12-293-1365/+1
| |/
* | Merge remote-tracking branch 'arrbee/git-attributes' into developmentVicent Martí2012-01-026-4/+907
|\ \ | |/ |/|
| * Improved gitattributes macro implementationRussell Belfer2011-12-304-7/+190
| * Add support for macros and cache flush API.Russell Belfer2011-12-295-38/+97
| * Add APIs for git attributesRussell Belfer2011-12-205-2/+663
* | remotes: Remove unused variablesVicent Martí2011-12-251-0/+1
* | refs: Fix double freeVicent Martí2011-12-253-2/+27
* | remote: add test to retrieve the advertised references from a local repositor...nulltoken2011-12-213-2/+85
|/
* Add unit test for proper init of index entriesRussell Belfer2011-12-181-0/+11
* Update to Clay 0.10.0Vicent Marti2011-12-154-19/+88
* Allow git_buf_joinpath to accept self-joinsRussell Belfer2011-12-143-20/+61
* commit: add test to ensure predictability of generation of commit, tree and b...nulltoken2011-12-144-72/+130
* Merge remote-tracking branch 'nulltoken/topic/oid-generation' into developmentVicent Marti2011-12-143-2/+74
|\
| * tree: add test to ensure predictability of generation of object idsnulltoken2011-12-043-2/+74
* | Merge remote-tracking branch 'arrbee/git-buf-for-paths' into developmentVicent Marti2011-12-099-87/+226
|\ \
| * | Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-079-87/+226
| |/
* | clay: add tests for tree diff'ingCarlos Martín Nieto2011-12-033-2/+170
|/
* Fix compilation warningsnulltoken2011-12-011-2/+2
* Optimized of git_buf_join.Russell Belfer2011-11-304-16/+51
* Make initial value of git_buf ptr always be a valid empty string.Russell Belfer2011-11-291-6/+3
* Adding unit tests for git_buf_copy_cstrRussell Belfer2011-11-291-0/+22
* Make git_buf functions always maintain a valid cstr.Russell Belfer2011-11-291-5/+4
* clay: Add buffer testsVicent Marti2011-11-292-2/+28
* Merge pull request #499 from arrbee/extend-git-bufVicent Martí2011-11-292-0/+490
|\
| * Resolve remaining feedbackRussell Belfer2011-11-281-6/+2
| * Add two string git_buf_join and tweak input error checking.Russell Belfer2011-11-281-33/+76
| * Extend git_buf with new utility functions and unit tests.Russell Belfer2011-11-272-0/+451