summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* git_index_add_frombuffer: only accept files/linksethomson/index_add_requires_filesEdward Thomson2018-02-181-0/+61
* odb: error when we can't create object headerEdward Thomson2018-02-091-3/+3
* Merge pull request #4450 from libgit2/ethomson/odb_loose_readstreamEdward Thomson2018-02-082-1/+160
|\
| * odb_loose: largefile tests only on 64 bit platformsEdward Thomson2018-02-011-1/+14
| * odb_loose: test read_header on large blobsEdward Thomson2018-02-011-0/+16
| * odb_loose: test read_header explicitlyEdward Thomson2018-02-011-0/+30
| * odb: test loose object streamingEdward Thomson2018-02-011-0/+54
| * odb_loose: test reading a large file in streamEdward Thomson2018-02-011-1/+47
* | Merge pull request #4491 from libgit2/ethomson/recursiveEdward Thomson2018-02-0897-21/+89
|\ \
| * | Add failing test case for virtual commit merge base issueEdward Thomson2018-02-0427-0/+32
| * | merge::trees::recursive: test for virtual base buildingEdward Thomson2018-02-041-0/+25
| * | merge: reverse merge bases for recursive mergeEdward Thomson2018-02-043-21/+21
| * | Introduce additional criss-cross merge branchesEdward Thomson2018-02-0468-0/+11
* | | config_parse: fix reading files with BOMPatrick Steinhardt2018-02-081-0/+15
* | | config_parse: handle empty lines with CRLFPatrick Steinhardt2018-02-081-0/+30
|/ /
* | Merge pull request #4489 from libgit2/ethomson/conflicts_crlfEdward Thomson2018-02-041-0/+48
|\ \ | |/ |/|
| * merge: test CR/LF conflicts for CR/LF filesethomson/conflicts_crlfEdward Thomson2018-01-211-0/+48
* | 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
|\ \ \ \