summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
...
* | | Some tests with ident and crlf filtersRussell Belfer2013-09-172-2/+74
* | | Add clar helper to create new commit from indexRussell Belfer2013-09-1711-147/+93
* | | Add clar helpers for testing file equalityRussell Belfer2013-09-174-69/+71
* | | Fix cleanup issues with new testsRussell Belfer2013-09-171-1/+5
* | | Fixing up some win32 issues with autocrlfRussell Belfer2013-09-173-6/+6
* | | Make filter tests somewhat more robustRussell Belfer2013-09-172-3/+13
* | | Rearrange clar submodule cleanup codeRussell Belfer2013-09-175-13/+13
* | | Port tests from PR 1683Russell Belfer2013-09-174-56/+302
* | | Merge git_buf and git_bufferRussell Belfer2013-09-174-11/+14
* | | Add ident filterRussell Belfer2013-09-173-3/+172
* | | Add functions to manipulate filter listsRussell Belfer2013-09-171-0/+83
* | | Extend public filter api with filter listsRussell Belfer2013-09-171-7/+7
* | | Add attributes to filters and fix registryRussell Belfer2013-09-171-0/+16
* | | Create public filter object and use itRussell Belfer2013-09-171-6/+6
* | | Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-174-15/+112
* | | Merge pull request #1833 from libgit2/cmn/config-includeVicent Martí2013-09-174-0/+128
|\ \ \
| * | | config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-071-0/+14
| * | | config: fix variable overridingCarlos Martín Nieto2013-09-072-0/+37
| * | | config: refresh included filesCarlos Martín Nieto2013-09-071-0/+23
| * | | config: add support for include directivesCarlos Martín Nieto2013-09-073-0/+54
* | | | No such thing as an orphan branchCarlos Martín Nieto2013-09-1713-40/+40
| |_|/ |/| |
* | | Add tests for git_tree_walkRussell Belfer2013-09-131-0/+74
* | | clar: Move cl_assert_equal_sz() definition to clar.hnulltoken2013-09-122-2/+1
* | | clar: Fix clar__assert_equal error message formatingnulltoken2013-09-121-1/+1
* | | Merge pull request #1838 from libgit2/cmn/first-parentRussell Belfer2013-09-101-0/+51
|\ \ \
| * | | revwalk: allow simplifying by first-parentCarlos Martín Nieto2013-09-091-0/+51
* | | | odb: Teach loose backend to return EAMBIGUOUSnulltoken2013-09-101-0/+31
* | | | odb: Error when streaming in too [few|many] bytesnulltoken2013-09-071-0/+56
|/ / /
* | | Merge pull request #1836 from libgit2/ntk/fix/leaksVicent Martí2013-09-071-0/+2
|\ \ \
| * | | tests: Fix memory leaksnulltoken2013-09-071-0/+2
* | | | revparse: Prevent unnecessary odb backend callsnulltoken2013-09-071-0/+13
|/ / /
* | | odb: Prevent stream_finalize_write() from overwritingnulltoken2013-09-061-0/+28
* | | blob: Slightly enforce a create_fromchunks() testnulltoken2013-09-061-1/+5
* | | Better macro name for is-exec-bit-set testRussell Belfer2013-09-052-2/+2
* | | GIT_MODE_TYPE should exclude setgid bitsRussell Belfer2013-09-051-6/+2
* | | Fix tests of file modesRussell Belfer2013-09-053-18/+24
* | | Fix some newer GCC compiler warningsRussell Belfer2013-09-053-6/+3
* | | Fix tests to use core.filemode correctlyRussell Belfer2013-09-043-13/+20
* | | _umask is function name on WindowsRussell Belfer2013-09-041-5/+5
* | | Clean up one other mode_t assertionRussell Belfer2013-09-041-2/+2
* | | Make tests take umask into accountRussell Belfer2013-09-043-6/+21
* | | Update clarRussell Belfer2013-09-045-59/+117
|/ /
* | Test pushing to remotes with "file:///" urlsBen Straub2013-09-041-1/+70
* | Merge pull request #1817 from libgit2/ntk/fix/backend/honor_refresh_capabilitiesVicent Martí2013-09-041-0/+261
|\ \
| * | odb: Honor the non refreshing capability of a backendnulltoken2013-08-301-0/+261
* | | Fix resolving relative windows network pathsRussell Belfer2013-09-031-1/+15
* | | don't use inline in tests for win32Russell Belfer2013-09-031-1/+2
* | | Merge pull request #1804 from ethomson/rewritesVicent Martí2013-09-032-0/+90
|\ \ \
| * | | Split rewrites, status doesn't return rewritesEdward Thomson2013-08-282-0/+90
* | | | path: properly resolve relative pathsNikolai Vladimirov2013-09-031-5/+93