summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* clar: iterate errors in report_all / report_errorsEdward Thomson2018-09-081-19/+15
* ci: use more compatible strftime formatsEdward Thomson2018-09-061-1/+1
* clar: remove globals; error-check fprintf/fcloseEdward Thomson2018-09-062-44/+87
* clar: introduce CLAR_XML optionEdward Thomson2018-09-061-5/+19
* clar: accept a value for the summary filenameEdward Thomson2018-09-062-12/+25
* clar: don't use a variable named `time`Edward Thomson2018-09-061-4/+4
* Barebones JUnit XML outputEtienne Samson2018-09-062-1/+111
* DocumentationEtienne Samson2018-09-061-0/+2
* Isolate test reportsEtienne Samson2018-09-063-36/+82
* clar: refactor explicitly run test behaviorEdward Thomson2018-09-061-11/+44
* Merge pull request #4727 from libgit2/cmn/null-oid-existing-treeEdward Thomson2018-08-262-0/+16
|\
| * tree: rename from_tree to validate and clarify the tree in the testcmn/null-oid-existing-treeCarlos Martín Nieto2018-07-271-0/+1
| * tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-07-182-0/+15
* | Merge pull request #4374 from pks-t/pks/pack-file-verifyEdward Thomson2018-08-262-10/+68
|\ \
| * | tests: indexer: add test to exercise our connectivity checkingPatrick Steinhardt2018-06-221-0/+58
| * | indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-222-10/+10
* | | Merge pull request #4776 from pks-t/pks/test-index-invalid-filemodeEdward Thomson2018-08-241-0/+42
|\ \ \
| * | | tests: verify adding index conflicts with invalid filemodes failsPatrick Steinhardt2018-08-241-0/+42
* | | | Merge pull request #4769 from tiennou/fix/worktree-unlockPatrick Steinhardt2018-08-241-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | worktree: unlock should return 1 when the worktree isn't lockedEtienne Samson2018-08-171-2/+2
* | | | Merge pull request #4754 from libgit2/ethomson/threadsEdward Thomson2018-08-192-11/+21
|\ \ \ \ | |/ / / |/| | |
| * | | threads::iterator: use separate repository objectsethomson/threadsEdward Thomson2018-08-191-1/+4
| * | | threads::diff: use separate git_repository objectsEdward Thomson2018-08-051-10/+17
* | | | Fix the test and comment.Nelson Elhage2018-08-141-2/+20
* | | | Write a test.Nelson Elhage2018-08-142-0/+16
|/ / /
* | | buf tests: allocate a smaller size for the oomEdward Thomson2018-07-261-3/+15
* | | tests: simplify cmake test configurationEdward Thomson2018-07-261-9/+5
* | | push tests: deeply free the specsEdward Thomson2018-07-201-1/+1
* | | push tests: deeply free the push statusEdward Thomson2018-07-201-2/+6
* | | Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-207-25/+25
|\ \ \ | |_|/ |/| |
| * | tests: fix a relative pathname issueEtienne Samson2018-07-061-1/+1
| * | tests: add missing cl_git_pass to testsEtienne Samson2018-07-066-24/+24
| * | tests: mailmap/parsing: add a missing cl_git_passEtienne Samson2018-07-061-1/+1
* | | cmake: enforce C90 standardPatrick Steinhardt2018-07-131-0/+1
* | | cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-131-0/+1
* | | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-1359-156/+161
* | | Merge pull request #4719 from pks-t/pks/delta-oobEdward Thomson2018-07-092-0/+22
|\ \ \ | |/ / |/| |
| * | delta: fix out-of-bounds read of deltaPatrick Steinhardt2018-06-291-0/+9
| * | delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-06-292-0/+13
* | | Merge pull request #4687 from tiennou/fix/4672Edward Thomson2018-07-061-0/+71
|\ \ \
| * | | patch_parse: populate line numbers while parsing diffsEtienne Samson2018-06-191-0/+71
| | |/ | |/|
* | | Merge pull request #4686 from tiennou/fix/more-worktree-from-barePatrick Steinhardt2018-07-065-52/+111
|\ \ \
| * | | tests: worktree/bare: test some pathsEtienne Samson2018-06-291-0/+18
| * | | tests: add a helper to build sandbox subpaths quicklyEtienne Samson2018-06-293-20/+39
| * | | tests: worktree/bare: fix git_worktree_validateEtienne Samson2018-06-291-0/+2
| * | | tests: worktree/bare: check git_worktree_listEtienne Samson2018-06-291-0/+5
| * | | tests: worktree/bare: gather all testsEtienne Samson2018-06-292-32/+47
* | | | Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-061-0/+5
|\ \ \ \
| * | | | formatting fixNelson Elhage2018-06-291-1/+2
| * | | | Add a test.Nelson Elhage2018-06-251-0/+4
| | |/ / | |/| |