summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | win32: ensure core.longpaths is honored for workdir pathsEdward Thomson2021-05-061-0/+4
* | | | path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAXIan Hattendorf2021-05-052-27/+5
* | | | clar: support long paths on WindowsEdward Thomson2021-05-052-20/+61
|/ / /
* | | Merge pull request #5823 from libgit2/ethomson/path_validationEdward Thomson2021-05-029-206/+391
|\ \ \ | |/ / |/| |
| * | repo: validate repository pathsEdward Thomson2021-04-281-0/+32
| * | refs: ensure loose refs adhere to path validationEdward Thomson2021-04-281-0/+40
| * | attr: validate workdir paths for attribute filesEdward Thomson2021-04-281-3/+3
| * | repo: introduce git_repository_workdir_pathEdward Thomson2021-04-281-0/+16
| * | apply: ensure we validate pathsEdward Thomson2021-04-282-0/+20
| * | path: introduce ondisk and workdir path validationEdward Thomson2021-04-281-0/+58
| * | path: git_path_isvalid -> git_path_validateEdward Thomson2021-04-142-203/+203
| * | utf8: introduce git_utf8_char_lengthEdward Thomson2021-04-141-0/+19
| |/
* | tests: fix variable name in list.cTobias Nießen2021-04-111-3/+3
* | Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-04-011-0/+13
|/
* Merge pull request #5814 from ianhattendorf/fix/winhttp-proxy-httpsEdward Thomson2021-03-101-0/+22
|\
| * winhttp: test proxy https cloneIan Hattendorf2021-03-011-0/+22
* | Merge pull request #5764 from lhchavez/cgraph-needs-refreshEdward Thomson2021-03-041-0/+1
|\ \
| * | commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-101-0/+1
* | | Merge pull request #5763 from lhchavez/cgraph-lookupEdward Thomson2021-03-042-0/+69
|\ \ \ | |/ / | | / | |/ |/|
| * commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-102-0/+69
* | Merge pull request #5762 from lhchavez/cgraph-parserEdward Thomson2021-02-012-0/+20
|\ \ | |/
| * commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-102-0/+20
* | revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-13/+13
* | Merge pull request #5768 from lhchavez/midx-needs-refreshEdward Thomson2021-01-151-0/+1
|\ \
| * | midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-071-0/+1
* | | Merge pull request #5775 from libgit2/ethomson/clone_branchEdward Thomson2021-01-101-0/+8
|\ \ \
| * | | clone: set refs/remotes/origin/HEAD when branch is specifiedethomson/clone_branchEdward Thomson2021-01-071-0/+8
| |/ /
* | | repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-071-0/+16
* | | fetch: test when HEAD points to nonexistent branchEdward Thomson2021-01-071-0/+29
|/ /
* | Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-071-1/+1
|\ \
| * | blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-051-1/+1
| |/
* | blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+5
|/
* urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-231-230/+109
* urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-231-0/+510
* Fix the `-DENABLE_WERROR=ON` build for gcc 10.2lhchavez2020-12-213-8/+12