summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: update error message checkingethomson/error_msgsEdward Thomson2016-12-294-5/+5
* Merge pull request #4034 from libgit2/cmn/sysdir-no-reguessEdward Thomson2016-12-201-0/+21
|\
| * sysdir: add failing test for variable substitutionCarlos Martín Nieto2016-12-181-0/+21
* | rebase: plug a leak in the testscmn/plug-test-leakCarlos Martín Nieto2016-12-171-0/+1
|/
* Merge pull request #4029 from libgit2/cmn/windows-no-concurrent-compressv0.24.4Edward Thomson2016-12-151-2/+8
|\
| * refdb: disable concurrent compress in the threading tests on Windowscmn/windows-no-concurrent-compressCarlos Martín Nieto2016-12-121-2/+8
* | clar: mark `cl_git_thread_check()` as inlinePatrick Steinhardt2016-12-121-1/+1
|/
* git_rebase_init: correctly handle detached HEADDavid Turner2016-12-011-0/+53
* tests: handle life without threadsethomson/clar_threadsEdward Thomson2016-11-182-2/+12
* threads::refdb tests: use new threaded clar assertEdward Thomson2016-11-181-10/+14
* clar: Introduce assertion helpers for threadsEdward Thomson2016-11-181-0/+41
* core::init tests: reverse init/shutdownEdward Thomson2016-11-181-2/+2
* threads: introduce `git_thread_exit`Edward Thomson2016-11-181-0/+27
* Merge pull request #3998 from pks-t/pks/repo-discoveryCarlos Martín Nieto2016-11-141-56/+104
|\
| * repository: do not interpret all files as gitlinks in discoveryPatrick Steinhardt2016-11-141-0/+10
| * test: discover: fix indentationPatrick Steinhardt2016-11-141-1/+1
| * test: discover: split up monolithic test into smaller onesPatrick Steinhardt2016-11-141-49/+67
| * test: discover: pass constants to ensure_repository_discoverPatrick Steinhardt2016-11-141-19/+26
| * test: discover: move layout creation into test initializerPatrick Steinhardt2016-11-141-22/+35
* | Merge pull request #4003 from libgit2/cmn/tree-updater-orderingEdward Thomson2016-11-141-0/+57
|\ \
| * | tree: add a failing test for unsorted inputCarlos Martín Nieto2016-11-141-0/+57
| |/
* | refdb: use a constant for the number of per-thread creations/deletescmn/refdb-paraCarlos Martín Nieto2016-11-141-6/+8
* | refdb: bubble up locked files on the read sideCarlos Martín Nieto2016-11-141-4/+13
* | refdb: expect threaded test deletes to raceCarlos Martín Nieto2016-11-141-0/+4
* | refdb: add retry logic to the threaded testsCarlos Martín Nieto2016-11-141-5/+13
* | refdb: adjust the threading tests to what we promiseCarlos Martín Nieto2016-11-141-78/+44
|/
* Merge pull request #3974 from libgit2/pks/synchronize-shutdownPatrick Steinhardt2016-11-041-0/+40
|\
| * tests: core: test deinitialization and concurrent initializationpks/synchronize-shutdownPatrick Steinhardt2016-11-021-0/+40
* | Merge pull request #3977 from jfultz/fix-forced-branch-creation-on-bare-repoPatrick Steinhardt2016-11-041-1/+25
|\ \
| * | branch: fix forced branch creation on HEAD of a bare repoJohn Fultz2016-11-041-1/+25
| |/
* | pqueue: resolve possible NULL pointer dereferencePatrick Steinhardt2016-10-281-0/+22
|/
* tests: fetchhead: fix memory leakPatrick Steinhardt2016-10-271-0/+2
* tests: vector: fix memory leakPatrick Steinhardt2016-10-271-0/+2
* Merge branch 'pr/3809'Edward Thomson2016-10-0911-3/+40
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-0911-3/+40
* | Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-071-7/+29
* | Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson2016-10-0718-8/+100
|\ \
| * | revwalk: port over the topological sortingCarlos Martín Nieto2016-10-061-2/+2
| * | vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto2016-10-061-0/+29
| * | revwalk: get closer to gitCarlos Martín Nieto2016-10-063-4/+7
| * | revwalk: introduce tests that hide old commitsEdward Thomson2016-10-0615-4/+64
* | | Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-1/+26
|/ /
* | Merge pull request #3923 from libgit2/ethomson/diff-read-empty-binaryEdward Thomson2016-09-062-0/+11
|\ \
| * | diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-052-0/+11
* | | Merge pull request #3882 from pks-t/pks/fix-fetch-refspec-dst-parsingPatrick Steinhardt2016-09-061-0/+51
|\ \ \ | |/ / |/| |
| * | refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt2016-08-041-0/+51
* | | Merge pull request #3915 from pks-t/pks/index-collision-test-leakCarlos Martín Nieto2016-08-301-2/+0
|\ \ \
| * | | tests: index: do not re-allocate indexPatrick Steinhardt2016-08-291-2/+0
* | | | git_checkout_tree options fixStefan Huber2016-08-301-0/+4
|/ / /
* | | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+45