summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4488 from libgit2/ethomson/conflict_marker_sizeEdward Thomson2018-01-313-8/+8
|\
| * merge: recursive uses larger conflict markersEdward Thomson2018-01-213-8/+8
* | Merge pull request #4490 from libgit2/ethomson/apfs_precompose_fixesEdward Thomson2018-01-311-1/+7
|\ \
| * | status::renames: write NFD instead of NFC filenameethomson/apfs_precompose_fixesEdward Thomson2018-01-211-1/+7
| |/
* | odb: reject reading and writing null OIDsPatrick Steinhardt2018-01-261-0/+18
* | tree: reject writing null-OID entries to a treePatrick Steinhardt2018-01-261-0/+11
|/
* tests: online::clone: fix memory leak due to not freeing URLPatrick Steinhardt2018-01-181-0/+2
* Merge pull request #4451 from libgit2/charliesome/trailer-infoBrian Lopez2018-01-171-0/+165
|\
| * just use git_message_trailer in testsBrian Lopez2018-01-161-15/+10
| * try and fix windows buildBrian Lopez2018-01-161-1/+2
| * Change trailer API to return a simple arrayBrian Lopez2018-01-161-20/+10
| * Merge remote-tracking branch 'origin/master' into charliesome/trailer-infoBrian Lopez2018-01-108-29/+33
| |\
| * | switch back to braced array initializersBrian Lopez2018-01-051-61/+40
| * | Don't use newer C syntax for declaration in testsBrian Lopez2018-01-031-57/+78
| * | Merge remote-tracking branch 'origin/master' into charliesome/trailer-infoBrian Lopez2018-01-0213-26/+738
| |\ \
| * | | tests: add message trailer parsing test casesCharlie Somerville2017-12-191-0/+179
* | | | tests: refs::iterator: fix memory leak due to ref names not being free'dPatrick Steinhardt2018-01-121-0/+1
* | | | tests: network::fetchlocal: let cleanup function handle sandbox cleanupPatrick Steinhardt2018-01-121-8/+0
| |_|/ |/| |
* | | 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
| | |_|_|_|_|/ | |/| | | | |