summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
...
| * diff: refactor git_diff_tree_to_tree() testsnulltoken2013-02-061-45/+18
| * Add unsymlinked.git test repositorynulltoken2013-02-0622-0/+20
* | Merge pull request #1333 from phkelley/push_optionsBen Straub2013-02-121-0/+5
|\ \
| * | Add git_push_options, to set packbuilder parallelismPhilip Kelley2013-02-111-0/+5
* | | Merge pull request #1246 from arrbee/fix-force-text-for-diff-blobsRussell Belfer2013-02-122-15/+119
|\ \ \
| * | | More diff tests with binary dataRussell Belfer2013-02-112-15/+119
* | | | Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-123-4/+45
|\ \ \ \ | |/ / / |/| | |
| * | | Allow all non-zero returns to cancel transfersBen Straub2013-02-051-1/+1
| * | | Enhance test coverage for transfer cancellationBen Straub2013-02-051-0/+22
| * | | Allow progress callback to cancel fetchBen Straub2013-02-053-4/+23
| | |/ | |/|
* | | remote: Introduce git_remote_is_valid_name()nulltoken2013-02-114-4/+38
* | | refs: No component of a refname can end with '.lock'nulltoken2013-02-111-0/+1
* | | remote: reorganize testsnulltoken2013-02-114-51/+51
* | | Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer2013-02-115-10/+185
|\ \ \
| * | | Fix MSVC compilation warningsnulltoken2013-02-053-5/+5
| * | | tests: Remove useless codenulltoken2013-02-051-5/+0
| * | | reset: Introduce git_reset_default()nulltoken2013-02-051-0/+180
| |/ /
* | | Merge pull request #1323 from jamill/resolve_remotePhilip Kelley2013-02-112-2/+128
|\ \ \ | |_|/ |/| |
| * | Teach refspec to transform destination reference to source referenceJameson Miller2013-02-111-2/+9
| * | Teach remote branch to return its remoteJameson Miller2013-02-111-0/+119
* | | Fix some incorrect MSVC #ifdef's. Fixes #1305Philip Kelley2013-02-112-2/+2
* | | tests: fix whitespace in refs/rename.cScott J. Goldman2013-02-081-33/+33
|/ /
* | diff: add a notify callback to `git_diff__from_iterators`yorah2013-02-072-0/+168
* | tests: fix indentation in repo/message.cScott J. Goldman2013-02-071-8/+8
* | tests: fix indentation in repo/init.cScott J. Goldman2013-02-071-20/+20
* | tests: fix code style in threads/basic.cScott J. Goldman2013-02-071-7/+10
* | Fetchhead: don't expect a tag that isn't thereBen Straub2013-02-062-1/+9
* | Fix fetchhead tests to expect nearly-danglingBen Straub2013-02-062-3/+5
|/
* Merge pull request #1298 from ben/user-atRussell Belfer2013-02-044-6/+148
|\
| * HTTP: use creds in url if availableBen Straub2013-01-311-0/+9
| * Plug test leaksBen Straub2013-01-311-12/+16
| * Enhance url parsing to include passwordsBen Straub2013-01-312-0/+83
| * Add user-from-url param to auth callbackBen Straub2013-01-312-6/+35
| * Skip "user@" when finding hostname in urlBen Straub2013-01-301-0/+17
* | revparse: Lookup sha before branchnulltoken2013-02-031-0/+74
* | revparse: Lookup branch before described tagnulltoken2013-02-031-0/+35
* | Merge pull request #1286 from lznuaa/masterBen Straub2013-02-011-0/+24
|\ \
| * | Add test case for clone head detached repoFrank Li2013-02-011-0/+24
* | | refs: handle ALLOW_ONELEVEL normalization with leading slashCarlos Martín Nieto2013-01-311-0/+2
| |/ |/|
* | Free buffer at end of testRussell Belfer2013-01-301-0/+2
* | Add helper for diff line statsRussell Belfer2013-01-301-0/+65
* | Merge pull request #1296 from arrbee/stricter-config-name-checksVicent Martí2013-01-292-0/+71
|\ \
| * | Test config name validationRussell Belfer2013-01-291-0/+68
| * | Test buf join with NULL behavior explicitlyRussell Belfer2013-01-291-0/+3
| |/
* | Merge pull request #1285 from phkelley/vectorRussell Belfer2013-01-296-24/+22
|\ \
| * | Vector improvements and their falloutPhilip Kelley2013-01-276-24/+22
| |/
* | Fix 2 bugs in online::push tests.Congyi Wu2013-01-281-3/+6
|/
* Merge pull request #1278 from sba1/cl-assert-equal-sVicent Martí2013-01-2513-48/+48
|\
| * Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-2513-48/+48
* | Fix 3 memory leaksPhilip Kelley2013-01-252-0/+2