summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson2018-01-038-29/+33
|\ \ \ | |_|/ |/| |
| * | tests: create new test target for all SSH-based testsPatrick Steinhardt2018-01-031-2/+2
| * | tests: online::clone: inline creds-test with nonexistent URLPatrick Steinhardt2018-01-032-5/+4
| * | tests: online::clone: construct credential-URL from environmentPatrick Steinhardt2018-01-032-5/+14
| * | tests: perf: build but exclude performance tests by defaultPatrick Steinhardt2018-01-032-14/+1
| * | tests: iterator::workdir: fix reference count in stale testPatrick Steinhardt2018-01-031-1/+1
| * | tests: iterator_helpers: assert number of iterator itemsPatrick Steinhardt2018-01-031-2/+1
| * | tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-034-0/+10
* | | Merge pull request #4159 from richardipsum/notes-commitEdward Thomson2017-12-301-0/+274
|\ \ \
| * | | notes: Add test that read of noteless commit failsRichard Ipsum2017-12-021-0/+25
| * | | notes: Add git_note_commit_iterator_newRichard Ipsum2017-10-071-0/+43
| * | | notes: Add git_note_commit_removeRichard Ipsum2017-10-071-0/+44
| * | | notes: Add git_note_commit_readRichard Ipsum2017-10-071-0/+40
| * | | notes: Add git_note_commit_createRichard Ipsum2017-10-071-0/+122
* | | | Merge pull request #4455 from libgit2/ethomson/branch_symlinksEdward Thomson2017-12-301-18/+66
|\ \ \ \
| * | | | refs:iterator: add tests to recurse symlinksethomson/branch_symlinksEdward Thomson2017-12-301-18/+66
* | | | | 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