summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5854 from alexjg/respect-force-flag-in-remote-fetchEdward Thomson2021-08-101-0/+169
|\
| * skip descendant check if remote ref not foundAlex Good2021-08-051-19/+4
| * Fix memory sanitizer failures in testsAlex Good2021-06-301-15/+18
| * Respect the force flag on refspecs in git_remote_fetchAlex Good2021-06-111-0/+181
* | tests: reset odb backend priorityethomson/odb_tests_priorityEdward Thomson2021-07-301-0/+6
* | Merge branch 'pr/5491'Edward Thomson2021-07-301-0/+23
|\ \
| * | odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-301-0/+23
* | | Fix one memory leak in masterlhchavez2021-07-301-0/+2
|/ /
* | Merge branch 'pr/5861'Edward Thomson2021-07-301-0/+23
|\ \
| * | tests: reformat upstream mergeEdward Thomson2021-07-301-5/+5
| * | tests: upstream merge test has been added.Dmitry Lobanov2021-06-181-0/+23
* | | Merge pull request #5952 from libgit2/ethomson/attrs_from_commitEdward Thomson2021-07-2911-10/+76
|\ \ \
| * | | filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMITEdward Thomson2021-07-228-0/+65
| * | | attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-221-1/+1
| * | | attr: the attr source is now a structEdward Thomson2021-07-221-1/+2
| * | | attr: rename internal attr file source enumEdward Thomson2021-07-222-8/+8
* | | | Swap the order of the `git_graph_reachable_from_any` paramslhchavez2021-07-271-6/+6
* | | | graph: Create `git_graph_reachable_from_any()`lhchavez2021-07-271-0/+236
* | | | Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-261-15/+15
|\ \ \ \
| * | | | commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-15/+15
* | | | | Merge pull request #5890 from lolgear/git_submodule_dupEdward Thomson2021-07-221-0/+40
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tests: submodule git lookup can be dupped test comments have been changed.Dmitry Lobanov2021-06-151-3/+3
| * | | | tests: submodule git lookup can be dupped test has been added.Dmitry Lobanov2021-06-031-0/+40
* | | | | Merge pull request #5941 from NattyNarwhal/stdintificationEdward Thomson2021-07-165-242/+242
|\ \ \ \ \
| * | | | | Update tests/graph/commit_graph.cEdward Thomson2021-07-161-1/+1
| * | | | | stdint constants in test suiteCalvin Buckley2021-07-075-242/+242
* | | | | | Merge pull request #5913 from lhchavez/python3Edward Thomson2021-07-141-0/+1
|\ \ \ \ \ \
| * | | | | | Make `FIND_PACKAGE(PythonInterp)` prefer `python3`lhchavez2021-07-141-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5824 from palmin/fix-ignore-negateEdward Thomson2021-07-141-0/+8
|\ \ \ \ \ \
| * | | | | | test that specific lines can negate broader ignore linesAnders Borum2021-06-141-0/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5926 from Batchyx/batchyx/config-refresh-twiceEdward Thomson2021-07-141-0/+24
|\ \ \ \ \ \
| * | | | | | config: fix included configs not refreshed more than onceNicolas Cavallari2021-06-231-0/+24
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5908 from punkymaniac/patch-mem-leakEdward Thomson2021-07-131-0/+40
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add test for fetch proxy memleakpunkymaniac2021-06-161-0/+40
| |/ / / /
* | | | | Consider files executable only if the user can execute themDavid Turner2021-06-161-0/+39
|/ / / /
* | | | Merge branch 'pr/5853'Edward Thomson2021-05-191-0/+35
|\ \ \ \
| * | | | diff: test ignore-blank-linesEdward Thomson2021-05-181-0/+35
* | | | | tests: clean up refs::races zero oid testEdward Thomson2021-05-181-1/+3
* | | | | tests: exit with error on win32 leakcheckEdward Thomson2021-05-181-0/+9
* | | | | Merge branch 'zero_oid_in_old'Edward Thomson2021-05-161-0/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refs: test git_reference_create_matching failure for zero oidEdward Thomson2021-05-161-0/+3
| * | | | git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-201-0/+13
| |/ / /
* | | | Add testcaseKartikaya Gupta2021-05-1214-0/+66
| |_|/ |/| |
* | | Merge pull request #5860 from libgit2/ethomson/buf_textEdward Thomson2021-05-1112-62/+50
|\ \ \
| * | | buf: bom enum is in the buf namespaceEdward Thomson2021-05-111-3/+3
| * | | buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-1112-59/+47
* | | | filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-063-73/+90
|/ / /
* | | Merge pull request #5858 from libgit2/ethomson/memleaksEdward Thomson2021-05-062-0/+4
|\ \ \
| * | | test: clean up memory leaksEdward Thomson2021-05-062-0/+4
* | | | win32: add file and get status on a long pathEdward Thomson2021-05-061-1/+31