summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refactor: make util an object libraryEdward Thomson2021-11-0951-243/+339
* refactor: move utility functions into util directoryEdward Thomson2021-11-0999-440/+443
* refactor: `src` is now `src/libgit2`Edward Thomson2021-11-09358-431/+440
* cmake: move src cflags into defaultEdward Thomson2021-11-091-2/+0
* cmake: move deprecation definition to src/Edward Thomson2021-11-091-0/+4
* cmake: standardize USE_THREADS and USE_NSECethomson/cmake2Edward Thomson2021-11-092-5/+5
* win32: include correct path headerethomson/pathEdward Thomson2021-11-094-4/+4
* fs_path: remove now-unused validation functionsEdward Thomson2021-11-092-68/+0
* fs_path: add length with suffix validationEdward Thomson2021-11-094-3/+30
* path: use new length validation functionsEdward Thomson2021-11-0910-20/+36
* path: length validation respecting core.longpathsEdward Thomson2021-11-092-0/+50
* path: introduce `git_path_str_is_valid`Edward Thomson2021-11-094-11/+21
* fs_path: add long path validation on windowsEdward Thomson2021-11-093-4/+37
* fs_path: make empty component validation optionalEdward Thomson2021-11-092-2/+8
* fs_path: introduce `str_is_valid`Edward Thomson2021-11-092-19/+54
* path: `validate` -> `is_valid`Edward Thomson2021-11-097-9/+9
* fs_path: `validate` -> `is_valid`Edward Thomson2021-11-093-6/+6
* path: separate git-specific path functions from utilEdward Thomson2021-11-0944-2822/+2939
* cmake: stylistic refactoringEdward Thomson2021-10-181-283/+285
* trace: always enabledEdward Thomson2021-10-184-37/+0
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-17148-3723/+4231
* Merge pull request #6082 from libgit2/ethomson/oidEdward Thomson2021-10-1721-95/+118
|\
| * futils: use a particular hash not a git_oidEdward Thomson2021-10-022-7/+13
| * hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-0219-42/+43
| * hash: accept the algorithm in inputsEdward Thomson2021-10-0113-50/+66
| * hash: don't abbreviate algorithmEdward Thomson2021-10-012-13/+13
* | diff: make the default rename_limit 1000Edward Thomson2021-10-131-1/+1
|/
* Merge pull request #6076 from libgit2/ethomson/oidarray_disposeEdward Thomson2021-09-272-2/+11
|\
| * oidarray: introduce `git_oidarray_dispose`ethomson/oidarray_disposeEdward Thomson2021-09-262-2/+11
* | Merge pull request #6075 from libgit2/ethomson/attr_longpathsEdward Thomson2021-09-274-9/+6
|\ \
| * | attr_file: don't take the `repo` as an argethomson/attr_longpathsEdward Thomson2021-09-264-7/+5
| * | attr_file: don't validate workdir paths in attr lookupsEdward Thomson2021-09-261-2/+1
| |/
* | Merge pull request #6073 from libgit2/ethomson/attr_lookupsEdward Thomson2021-09-275-23/+28
|\ \
| * | attr: ensure lookups are on repo-relative pathsethomson/attr_lookupsEdward Thomson2021-09-251-0/+2
| * | checkout: always provide a path for attribute lookupEdward Thomson2021-09-251-7/+6
| * | blob: improve `create_from_disk` attribute lookupsEdward Thomson2021-09-251-5/+4
| * | repository: improve `hashfile` for absolute pathsEdward Thomson2021-09-251-11/+13
| * | win32: posixify the output of p_getcwdEdward Thomson2021-09-251-0/+3
| |/
* | buf: common_prefix takes a string arrayethomson/strarrayEdward Thomson2021-09-263-8/+9
|/
* Merge pull request #6067 from libgit2/ethomson/filter_commit_idEdward Thomson2021-09-215-22/+58
|\
| * filter: use a `git_oid` in filter options, not a pointerethomson/filter_commit_idEdward Thomson2021-09-215-22/+58
* | email: don't clear buffer in append functionEdward Thomson2021-09-211-1/+0
|/
* Merge pull request #6061 from libgit2/ethomson/emailEdward Thomson2021-09-205-173/+374
|\
| * diff: deprecate diff_format_emailethomson/emailEdward Thomson2021-09-181-23/+23
| * email: include renames by defaultEdward Thomson2021-09-181-1/+7
| * email: include binary diffs by defaultEdward Thomson2021-09-181-4/+8
| * diff: use `git_email_create` in `diff_format_email`Edward Thomson2021-09-181-142/+7
| * email: introduce 'append_from_diff'Edward Thomson2021-09-182-1/+51
| * diff_commit_as_email: use `email_create`Edward Thomson2021-09-181-10/+13
| * email: introduce `git_email_create_from_diff`Edward Thomson2021-09-181-27/+81