summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* binary diff: test that the diff and patch otputs are the samecmn/diff-binary-patchCarlos Martín Nieto2015-06-241-0/+7
* Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-231-2/+2
* Merge pull request #3222 from git-up/conflictedEdward Thomson2015-06-231-1/+30
|\
| * Fixed GIT_DELTA_CONFLICTED not returned in some casesPierre-Olivier Latour2015-06-231-1/+30
* | Merge pull request #3226 from libgit2/cmn/racy-diff-againEdward Thomson2015-06-235-40/+161
|\ \
| * | index: add a diff test for smudging a file which becomes emptyCarlos Martín Nieto2015-06-221-0/+43
| * | tests: move racy tests to the indexCarlos Martín Nieto2015-06-221-4/+4
| * | merge: work around write-side racy protection when hacking the indexCarlos Martín Nieto2015-06-221-1/+14
| * | tests: set racy times manuallyCarlos Martín Nieto2015-06-221-6/+26
| * | tests: plug leaks in the racy testCarlos Martín Nieto2015-06-221-1/+9
| * | diff: check files with the same or newer timestampsCarlos Martín Nieto2015-06-223-0/+37
* | | repository: check the format versioncmn/repo-version-checkCarlos Martín Nieto2015-06-231-0/+17
| |/ |/|
* | Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour2015-06-221-0/+36
* | crlf tests: ensure that Unix obeys autocrlf=trueEdward Thomson2015-06-222-60/+17
* | git_buf_text_lf_to_crlf: allow mixed line endingsEdward Thomson2015-06-221-8/+31
* | clar: support hierarchical test resource dataEdward Thomson2015-06-221-1/+14
* | crlf tests: posix known-good dataEdward Thomson2015-06-22684-0/+3960
* | 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
|\