summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filter: filter drivers stop taking git_buf as user inputethomson/filter_driver_git_bufEdward Thomson2021-05-127-27/+40
* filter: add docs for `git_filter_stream_fn`Edward Thomson2021-05-121-0/+6
* Merge pull request #5860 from libgit2/ethomson/buf_textEdward Thomson2021-05-1126-539/+468
|\
| * buf: bom enum is in the buf namespaceEdward Thomson2021-05-115-25/+25
| * buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-1126-532/+461
* | Merge pull request #5859 from libgit2/ethomson/filter_bufEdward Thomson2021-05-1110-118/+209
|\ \ | |/ |/|
| * filter: internal git_buf filter handling functionEdward Thomson2021-05-065-8/+34
| * filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-066-97/+111
| * 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
|\ \ \