summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | filter: introduce git_filter_list_apply_to_bufferEdward Thomson2021-05-062-1/+16
| * | | | | | filter: remove git_buf sharing in `git_filter_list_apply_to_data`Edward Thomson2021-05-062-24/+20
| * | | | | | filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-063-13/+53
|/ / / / / /
* | | | | | Merge pull request #5858 from libgit2/ethomson/memleaksEdward Thomson2021-05-063-0/+5
|\ \ \ \ \ \
| * | | | | | test: clean up memory leaksEdward Thomson2021-05-063-0/+5
* | | | | | | Merge pull request #5857 from libgit2/ethomson/longpathsEdward Thomson2021-05-066-67/+129
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-054-46/+33
| * | | | | | clar: support long paths on WindowsEdward Thomson2021-05-052-20/+61
|/ / / / / /
* | | | | | Merge pull request #5855 from libgit2/ethomson/ciEdward Thomson2021-05-041-2/+2
|\ \ \ \ \ \
| * | | | | | ci: use GitHub for storing mingw-w64 build dependencyEdward Thomson2021-05-041-2/+2
|/ / / / / /
* | | | | | Merge pull request #5823 from libgit2/ethomson/path_validationEdward Thomson2021-05-0241-506/+1039
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | repo: validate repository pathsEdward Thomson2021-04-282-7/+65
| * | | | | repo: factor the commondir detectionEdward Thomson2021-04-281-28/+41
| * | | | | refs: ensure loose refs adhere to path validationEdward Thomson2021-04-282-30/+94
| * | | | | path: don't join paths in git_path_find_dirEdward Thomson2021-04-283-11/+13
| * | | | | worktree: validate worktree pathsEdward Thomson2021-04-281-2/+5
| * | | | | submodule: validate path lengthsEdward Thomson2021-04-281-27/+27
| * | | | | iterator: validate workdir pathsEdward Thomson2021-04-281-4/+8
| * | | | | ignore: validate workdir paths for ignore filesEdward Thomson2021-04-281-7/+10
| * | | | | attr: validate workdir paths for attribute filesEdward Thomson2021-04-287-16/+30
| * | | | | repository: validate workdir path lengthsEdward Thomson2021-04-281-3/+3
| * | | | | workdir: validate working directory entry path lengthEdward Thomson2021-04-281-1/+3
| * | | | | diff: use git_repository_workdir_pathEdward Thomson2021-04-283-6/+4
| * | | | | use git_repository_workdir_path to generate pathsEdward Thomson2021-04-284-9/+8
| * | | | | checkout: validate path lengthEdward Thomson2021-04-281-5/+22
| * | | | | checkout: use target path; don't assume workdirEdward Thomson2021-04-281-1/+1
| * | | | | repo: introduce git_repository_workdir_pathEdward Thomson2021-04-283-0/+40
| * | | | | apply: ensure we validate pathsEdward Thomson2021-04-283-2/+22
| * | | | | path: introduce ondisk and workdir path validationEdward Thomson2021-04-285-0/+172
| * | | | | path: git_path_isvalid -> git_path_validateEdward Thomson2021-04-149-214/+219
| * | | | | docs: document core.longpaths supportEdward Thomson2021-04-141-0/+36
| * | | | | utf8: introduce git_utf8_char_lengthEdward Thomson2021-04-143-0/+57
| * | | | | utf8: refactor utf8 functionsEdward Thomson2021-04-147-143/+169
| | |_|/ / | |/| | |
* | | | | Merge pull request #5843 from tniessen/src-fix-typos-in-headersEdward Thomson2021-04-202-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | src: fix typos in header filesTobias Nießen2021-04-182-2/+2
|/ / / /
* | | | Merge pull request #5834 from libgit2/cmn/repo-no-passthroughEdward Thomson2021-04-131-11/+9
|\ \ \ \
| * | | | repo: remove an inappropriate use of PASSTHROUGHcmn/repo-no-passthroughCarlos Martín Nieto2021-04-111-11/+9
* | | | | Merge pull request #5835 from libgit2/cmn/branch-or-refEdward Thomson2021-04-131-1/+1
|\ \ \ \ \
| * | | | | repo: specify init.defaultbranch is meant to be a branch namecmn/branch-or-refCarlos Martín Nieto2021-04-111-1/+1
| |/ / / /
* | | | | Merge pull request #5836 from tniessen/tests-var-name-list-cEdward Thomson2021-04-131-3/+3
|\ \ \ \ \
| * | | | | tests: fix variable name in list.cTobias Nießen2021-04-111-3/+3
| |/ / / /
* | | | | Merge pull request #5838 from mjsir911/msirabella/entrycount_typo_fixEdward Thomson2021-04-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix diff_entrycount -> diff_num_deltas doc typoMarco Sirabella2021-04-121-1/+1
* | | | | Merge pull request #5832 from ianhattendorf/fix/repo-is-empty-empty-config-de...Edward Thomson2021-04-022-2/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-04-012-2/+16
|/ / / /
* | | | Merge pull request #5821 from punkymaniac/example-duplicate-lineEdward Thomson2021-03-201-5/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove duplicate line, in example codepunkymaniac2021-03-171-5/+0
|/ / /
* | | Merge pull request #5815 from libgit2/ethomson/treebuilder_writeEdward Thomson2021-03-105-70/+99
|\ \ \