summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #3837 from novalis/dturner/indexv4Edward Thomson2016-08-172-0/+80
|\ \ \
| * | | index: support index v4David Turner2016-08-101-0/+41
| * | | varint: Add varint encoding/decodingDavid Turner2016-08-101-0/+39
* | | | Merge pull request #3895 from pks-t/pks/negate-basename-in-subdirsEdward Thomson2016-08-171-0/+38
|\ \ \ \ | |/ / / |/| | |
| * | | ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-121-0/+38
* | | | Merge pull request #3893 from pks-t/pks/remove-unused-test-cbEdward Thomson2016-08-091-16/+0
|\ \ \ \
| * | | | tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0
| |/ / /
* | | | odb: actually insert the empty blob in testsethomson/empty_blobEdward Thomson2016-08-052-32/+34