| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | filter: introduce git_filter_list_apply_to_buffer | Edward Thomson | 2021-05-06 | 2 | -1/+16 | |
| | * | | | | | | filter: remove git_buf sharing in `git_filter_list_apply_to_data` | Edward Thomson | 2021-05-06 | 2 | -24/+20 | |
| | * | | | | | | filter: deprecate git_filter_list_stream_data | Edward Thomson | 2021-05-06 | 3 | -13/+53 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #5858 from libgit2/ethomson/memleaks | Edward Thomson | 2021-05-06 | 3 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | test: clean up memory leaks | Edward Thomson | 2021-05-06 | 3 | -0/+5 | |
| * | | | | | | | Merge pull request #5857 from libgit2/ethomson/longpaths | Edward Thomson | 2021-05-06 | 6 | -67/+129 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | win32: add file and get status on a long path | Edward Thomson | 2021-05-06 | 1 | -1/+31 | |
| | * | | | | | | win32: ensure core.longpaths is honored for workdir paths | Edward Thomson | 2021-05-06 | 1 | -0/+4 | |
| | * | | | | | | path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAX | Ian Hattendorf | 2021-05-05 | 4 | -46/+33 | |
| | * | | | | | | clar: support long paths on Windows | Edward Thomson | 2021-05-05 | 2 | -20/+61 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #5855 from libgit2/ethomson/ci | Edward Thomson | 2021-05-04 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ci: use GitHub for storing mingw-w64 build dependency | Edward Thomson | 2021-05-04 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #5823 from libgit2/ethomson/path_validation | Edward Thomson | 2021-05-02 | 41 | -506/+1039 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | repo: validate repository paths | Edward Thomson | 2021-04-28 | 2 | -7/+65 | |
| | * | | | | | repo: factor the commondir detection | Edward Thomson | 2021-04-28 | 1 | -28/+41 | |
| | * | | | | | refs: ensure loose refs adhere to path validation | Edward Thomson | 2021-04-28 | 2 | -30/+94 | |
| | * | | | | | path: don't join paths in git_path_find_dir | Edward Thomson | 2021-04-28 | 3 | -11/+13 | |
| | * | | | | | worktree: validate worktree paths | Edward Thomson | 2021-04-28 | 1 | -2/+5 | |
| | * | | | | | submodule: validate path lengths | Edward Thomson | 2021-04-28 | 1 | -27/+27 | |
| | * | | | | | iterator: validate workdir paths | Edward Thomson | 2021-04-28 | 1 | -4/+8 | |
| | * | | | | | ignore: validate workdir paths for ignore files | Edward Thomson | 2021-04-28 | 1 | -7/+10 | |
| | * | | | | | attr: validate workdir paths for attribute files | Edward Thomson | 2021-04-28 | 7 | -16/+30 | |
| | * | | | | | repository: validate workdir path lengths | Edward Thomson | 2021-04-28 | 1 | -3/+3 | |
| | * | | | | | workdir: validate working directory entry path length | Edward Thomson | 2021-04-28 | 1 | -1/+3 | |
| | * | | | | | diff: use git_repository_workdir_path | Edward Thomson | 2021-04-28 | 3 | -6/+4 | |
| | * | | | | | use git_repository_workdir_path to generate paths | Edward Thomson | 2021-04-28 | 4 | -9/+8 | |
| | * | | | | | checkout: validate path length | Edward Thomson | 2021-04-28 | 1 | -5/+22 | |
| | * | | | | | checkout: use target path; don't assume workdir | Edward Thomson | 2021-04-28 | 1 | -1/+1 | |
| | * | | | | | repo: introduce git_repository_workdir_path | Edward Thomson | 2021-04-28 | 3 | -0/+40 | |
| | * | | | | | apply: ensure we validate paths | Edward Thomson | 2021-04-28 | 3 | -2/+22 | |
| | * | | | | | path: introduce ondisk and workdir path validation | Edward Thomson | 2021-04-28 | 5 | -0/+172 | |
| | * | | | | | path: git_path_isvalid -> git_path_validate | Edward Thomson | 2021-04-14 | 9 | -214/+219 | |
| | * | | | | | docs: document core.longpaths support | Edward Thomson | 2021-04-14 | 1 | -0/+36 | |
| | * | | | | | utf8: introduce git_utf8_char_length | Edward Thomson | 2021-04-14 | 3 | -0/+57 | |
| | * | | | | | utf8: refactor utf8 functions | Edward Thomson | 2021-04-14 | 7 | -143/+169 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #5843 from tniessen/src-fix-typos-in-headers | Edward Thomson | 2021-04-20 | 2 | -2/+2 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | src: fix typos in header files | Tobias Nießen | 2021-04-18 | 2 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #5834 from libgit2/cmn/repo-no-passthrough | Edward Thomson | 2021-04-13 | 1 | -11/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | repo: remove an inappropriate use of PASSTHROUGHcmn/repo-no-passthrough | Carlos Martín Nieto | 2021-04-11 | 1 | -11/+9 | |
| * | | | | | Merge pull request #5835 from libgit2/cmn/branch-or-ref | Edward Thomson | 2021-04-13 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | repo: specify init.defaultbranch is meant to be a branch namecmn/branch-or-ref | Carlos Martín Nieto | 2021-04-11 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5836 from tniessen/tests-var-name-list-c | Edward Thomson | 2021-04-13 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tests: fix variable name in list.c | Tobias Nießen | 2021-04-11 | 1 | -3/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5838 from mjsir911/msirabella/entrycount_typo_fix | Edward Thomson | 2021-04-13 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix diff_entrycount -> diff_num_deltas doc typo | Marco Sirabella | 2021-04-12 | 1 | -1/+1 | |
| * | | | | | Merge pull request #5832 from ianhattendorf/fix/repo-is-empty-empty-config-de... | Edward Thomson | 2021-04-02 | 2 | -2/+16 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty string | Ian Hattendorf | 2021-04-01 | 2 | -2/+16 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #5821 from punkymaniac/example-duplicate-line | Edward Thomson | 2021-03-20 | 1 | -5/+0 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Remove duplicate line, in example code | punkymaniac | 2021-03-17 | 1 | -5/+0 | |
| |/ / / | ||||||
| * | | | Merge pull request #5815 from libgit2/ethomson/treebuilder_write | Edward Thomson | 2021-03-10 | 5 | -70/+99 | |
| |\ \ \ | ||||||
