summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* crlf tests: windows known-good dataEdward Thomson2015-06-22685-0/+3961
* crlf tests: use known-good data produced by gitEdward Thomson2015-06-221-36/+156
* crlf: script to generate expected crlf dataEdward Thomson2015-06-221-0/+73
* crlf: include utf8 resources in master branchEdward Thomson2015-06-2218-9/+11
* crlf: include additional test resourcesEdward Thomson2015-06-2216-1/+6
* commit: allow retrieving an arbitrary header fieldcmn/commit-header-fieldCarlos Martín Nieto2015-06-221-0/+38
* status: test that symlinks don't lose their modeEdward Thomson2015-06-201-0/+48
* Merge pull request #3238 from git-up/double_freeEdward Thomson2015-06-201-2/+0
|\
| * Fixed index being double-freed in stash testsPierre-Olivier Latour2015-06-201-2/+0
* | Merge pull request #3236 from libgit2/cmn/index-checksumEdward Thomson2015-06-201-2/+2
|\ \ | |/ |/|
| * index: user a better assertion when comparing sizesCarlos Martín Nieto2015-06-191-2/+2
* | tests: tick over five seconds instead of oneCarlos Martín Nieto2015-06-201-1/+1
* | Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-171-1/+0
* | Fix memory leak in tests/network/refspecs.cJeff Hostetler2015-06-171-0/+2
|/
* Merge pull request #3219 from libgit2/cmn/racy-diffCarlos Martín Nieto2015-06-178-4/+143
|\
| * merge::workdir::dirty: tick idx to defeat racy-gitEdward Thomson2015-06-161-0/+12
| * Introduce p_utimes and p_futimesEdward Thomson2015-06-162-5/+56
| * tests: tick the index when we count OID calculationsCarlos Martín Nieto2015-06-165-19/+34
| * crlf: tick the index forward to work around racy-git behaviourCarlos Martín Nieto2015-06-161-4/+26
| * diff: add failing test for racy-git in the indexCarlos Martín Nieto2015-06-161-0/+39
* | Merge pull request #3209 from libgit2/cmn/double-authorEdward Thomson2015-06-161-0/+7
|\ \
| * | commit: ignore multiple author fieldscmn/double-authorCarlos Martín Nieto2015-06-111-0/+7
* | | Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-153-12/+20
| |/ |/|
* | Merge pull request #3177 from ethomson/binary_diffCarlos Martín Nieto2015-06-1511-167/+415
|\ \
| * | binary diff: test binary blob to blob testsEdward Thomson2015-06-121-0/+130
| * | diff: introduce binary diff callbacksEdward Thomson2015-06-1210-167/+186
| * | binary diff: test index->workdir binary diffsEdward Thomson2015-06-121-0/+99
* | | Merge pull request #3217 from jeffhostetler/leak_checkout_icaseCarlos Martín Nieto2015-06-151-0/+2
|\ \ \ | |/ / |/| |
| * | Fix leaks in tests/checkout/icaseJeff Hostetler2015-06-121-0/+2
* | | clone: set the credentials callback during testingcmn/push-testsCarlos Martín Nieto2015-06-121-0/+1
* | | push: pass the callbacks during setup as wellCarlos Martín Nieto2015-06-121-3/+7
| |/ |/|
* | Introduce `git_filter_list_contains`Edward Thomson2015-06-101-0/+91
|/
* Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto2015-06-081-0/+42
|\
| * git__tolower: test that some non-ASCII downcasing isn'tEdward Thomson2015-05-291-0/+4
| * git__strcasecmp: treat input bytes as unsignedEdward Thomson2015-05-291-0/+38
* | Merge pull request #3185 from libgit2/cmn/foreach-cancel-looseCarlos Martín Nieto2015-06-071-0/+20
|\ \
| * | path: error out if the callback returns an errorcmn/foreach-cancel-looseCarlos Martín Nieto2015-06-061-0/+20
* | | Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-026-9/+14
|/ /
* | remote: test insteadOf for anonymous remotesPatrick Steinhardt2015-05-311-0/+12
* | remote: apply insteadOf configuration.Patrick Steinhardt2015-05-312-0/+72
* | Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto2015-05-291-0/+68
|\ \
| * | test: Add a test for in-memory SSH private key cred_cbMichał Górny2015-05-271-0/+68
* | | Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-292-12/+12
* | | Merge pull request #3139 from ethomson/diff_conflictsCarlos Martín Nieto2015-05-2817-80/+374
|\ \ \
| * | | git_index_add_all: test that conflicts are handledEdward Thomson2015-05-281-49/+104
| * | | Introduce cl_git_sandbox_init_new()Edward Thomson2015-05-282-0/+9
| * | | introduce `git_index_entry_is_conflict`Edward Thomson2015-05-283-4/+4
| * | | conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson2015-05-287-26/+26
| * | | diff conflicts: don't include incorrect IDEdward Thomson2015-05-281-0/+46
| * | | diff conflicts: test index to workdir w/ conflictsEdward Thomson2015-05-281-0/+45