summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #4443 from libgit2/ethomson/large_loose_blobsEdward Thomson2017-12-302-0/+156
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: add GITTEST_SLOW env var checkethomson/large_loose_blobsEdward Thomson2017-12-201-13/+11
| * | | | odb_loose: reject objects that cannot fit in memoryEdward Thomson2017-12-201-0/+21
| * | | | odb: test loose reading/writing large objectsEdward Thomson2017-12-201-0/+95
| * | | | util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson2017-12-201-0/+42
* | | | | Merge pull request #4021 from carlosmn/cmn/refspecs-fetchheadEdward Thomson2017-12-281-8/+80
|\ \ \ \ \
| * | | | | fetch: go over FETCH_HEAD just once when counting the prefixes in testCarlos Martín Nieto2017-12-261-21/+26
| * | | | | fetch: add a failing test for FETCH_HEAD with multiple fetch refspecsCarlos Martín Nieto2017-12-261-0/+59
| * | | | | fetch: expand fetchhead test to cover providing multiple refspecsCarlos Martín Nieto2017-11-191-8/+16
* | | | | | Merge pull request #4285 from pks-t/pks/patches-with-whitespaceEdward Thomson2017-12-232-0/+16
|\ \ \ \ \ \
| * | | | | | patch_parse: allow parsing ambiguous patch headersPatrick Steinhardt2017-11-112-0/+16
* | | | | | | Fix unpack double freelhchavez2017-12-231-5/+56
* | | | | | | Merge pull request #4429 from novalis/delete-modify-submodule-mergeEdward Thomson2017-12-234-0/+39
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Do not attempt to check out submodule as blob when merging a submodule modify...David Turner2017-12-044-0/+39
* | | | | | | Merge pull request #4447 from pks-t/pks/diff-file-contents-refcount-blobEdward Thomson2017-12-161-0/+39
|\ \ \ \ \ \ \
| * | | | | | | diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt2017-12-151-0/+39
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | libFuzzer: Fix missing trailer crashlhchavez2017-12-081-0/+17
|/ / / / / /
* | | | | | libFuzzer: Fix a git_packfile_stream leaklhchavez2017-12-061-0/+27
|/ / / / /
* | | | | Merge pull request #4318 from Uncommon/amend_statusEdward Thomson2017-12-011-0/+31
|\ \ \ \ \
| * | | | | status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-301-0/+31
* | | | | | Merge pull request #4298 from tiennou/gather-reflog-messages-testsPatrick Steinhardt2017-11-2410-523/+537
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tests: move free functions at the endEtienne Samson2017-11-221-16/+17
| * | | | | tests: move static method to the topEtienne Samson2017-11-151-12/+12
| * | | | | tests: make reflog_check_entry more clar-yEtienne Samson2017-11-153-37/+75
| * | | | | tests: clarify which steps corresponds to each checksEtienne Samson2017-11-151-5/+5
| * | | | | tests: gather the reflog entry content testsEtienne Samson2017-11-1510-523/+498
* | | | | | add test status codes legend to the 'Started' test traceChristine Poerschke2017-11-131-1/+1
|/ / / / /
* | | | | Merge pull request #4412 from cpoerschke/master-tests-repo-init-tweakCarlos Martín Nieto2017-11-131-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | s/Init/Index comment tweak for test_repo_init__init_with_initial_commitChristine Poerschke2017-11-121-1/+1
| | |/ / | |/| |
* | | | Merge pull request #4408 from hkleynhans/pos_neg_zero_offset_sigPatrick Steinhardt2017-11-121-0/+27
|\ \ \ \
| * | | | signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans2017-11-121-0/+27
| |/ / /
* | | | clar: verify command line arguments before executeYoney2017-11-111-2/+9
|/ / /
* | | Merge pull request #4308 from pks-t/pks/header-state-machineEdward Thomson2017-11-111-0/+21
|\ \ \
| * | | patch_parse: fix parsing patches only containing exact renamesPatrick Steinhardt2017-09-011-0/+21
* | | | Merge pull request #4283 from tiennou/generic-tlsPatrick Steinhardt2017-11-093-5/+9
|\ \ \ \
| * | | | cmake: Add USE_HTTPS as a CMake optionEtienne Samson2017-10-231-1/+1
| * | | | clar: exit immediately on initialization failureEtienne Samson2017-10-231-1/+6
| * | | | stream: Gather streams to src/streamsEtienne Samson2017-10-231-1/+1
| * | | | cmake: simplify some HTTPS testsEtienne Samson2017-10-232-3/+2
* | | | | Merge pull request #4386 from novalis/gitignore-ignore-spaceCarlos Martín Nieto2017-11-041-0/+10
|\ \ \ \ \
| * | | | | Ignore trailing whitespace in .gitignore files (as git itself does)David Turner2017-10-291-0/+10
| |/ / / /
* | | | | Merge remote-tracking branch 'upstream/master' into pks/conditional-includesCarlos Martín Nieto2017-11-043-24/+46
|\ \ \ \ \
| * | | | | config: add failing test for preserving case when writing keysCarlos Martín Nieto2017-10-301-0/+23
| |/ / / /
| * | | | cmake: use project-relative binary and source directoriesPatrick Steinhardt2017-10-201-7/+7
| | |/ / | |/| |
| * | | tests: checkout::tree: check that the status list catches mode changesPatrick Steinhardt2017-10-091-0/+2
| * | | tests: checkout::tree: extract check for status entrycountPatrick Steinhardt2017-10-091-17/+14
* | | | tests: resolve the real path for the sandbox in includeIf testsCarlos Martín Nieto2017-10-311-6/+14
* | | | config_file: implement "gitdir/i" conditionalPatrick Steinhardt2017-10-091-0/+13
* | | | config_file: implement conditional "gitdir" includesPatrick Steinhardt2017-10-091-0/+82
* | | | config: pass repository when opening config filesPatrick Steinhardt2017-10-096-39/+39
|/ / /