summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* errors: use lowercaseethomson/error_messagesEdward Thomson2019-06-233-10/+10
* Merge pull request #5129 from ehuss/patch-1Patrick Steinhardt2019-06-211-1/+1
|\
| * Fix broken link in READMEEric Huss2019-06-201-1/+1
|/
* Merge pull request #5122 from libgit2/ethomson/deprecate_headlistPatrick Steinhardt2019-06-202-5/+5
|\
| * net: remove unused `git_headlist_cb`ethomson/deprecate_headlistEdward Thomson2019-06-162-5/+5
* | Merge pull request #5124 from pks-t/pks/cmake-ntlm-without-httpsEdward Thomson2019-06-171-1/+5
|\ \ | |/ |/|
| * cmake: default NTLM client to off if no HTTPS supportPatrick Steinhardt2019-06-171-1/+5
|/
* Merge pull request #5119 from libgit2/ethomson/attrEdward Thomson2019-06-1612-91/+113
|\
| * attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-1612-91/+113
|/
* Merge pull request #5117 from libgit2/ethomson/to_fromPatrick Steinhardt2019-06-1641-106/+209
|\
| * tag: add underscore to `from` functionethomson/to_fromEdward Thomson2019-06-163-2/+15
| * index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-168-23/+38
| * blob: add underscore to `from` functionsEdward Thomson2019-06-1614-32/+89
| * oid: `is_zero` instead of `iszero`Edward Thomson2019-06-1620-49/+67
* | Merge pull request #5118 from libgit2/ethomson/object_sizePatrick Steinhardt2019-06-163-4/+12
|\ \ | |/ |/|
| * object: rename git_object__size to git_object_sizeethomson/object_sizeEdward Thomson2019-06-163-4/+12
|/
* Merge pull request #5110 from pks-t/pks/wildmatchEdward Thomson2019-06-1520-409/+744
|\
| * fnmatch: remove unused codePatrick Steinhardt2019-06-152-296/+0
| * attr_file: convert to use `wildmatch`Patrick Steinhardt2019-06-155-31/+30
| * config_file: use `wildmatch` to evaluate conditionalsPatrick Steinhardt2019-06-152-11/+7
| * config_file: do not include trailing '/' for "gitdir" conditionalsPatrick Steinhardt2019-06-152-28/+37
| * config_file: refactor `do_match_gitdir` to improve readabilityPatrick Steinhardt2019-06-151-16/+16
| * global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-158-38/+38
| * posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-1510-3/+11
| * wildmatch: import wildmatch from git.gitPatrick Steinhardt2019-06-154-0/+619
* | Merge pull request #5111 from tiennou/fix/docsEdward Thomson2019-06-1511-2/+71
|\ \
| * | doc: add missing documentation commentsEtienne Samson2019-06-159-2/+68
| * | indexer: correct missing includesEtienne Samson2019-06-153-0/+3
| |/
* | Merge pull request #5114 from pks-t/pks/bigfile-refactoringEdward Thomson2019-06-145-157/+15
|\ \ | |/ |/|
| * posix: remove `p_fallocate` abstractionPatrick Steinhardt2019-06-144-132/+0
| * tests: object: refactor largefile test to not use `p_fallocate`Patrick Steinhardt2019-06-141-25/+15
|/
* Merge pull request #5055 from tiennou/cmake/backend-detectPatrick Steinhardt2019-06-147-173/+204
|\
| * cmake: Modulize our TLS & hash detectionEtienne Samson2019-06-147-173/+204
|/
* Merge pull request #5109 from pks-t/pks/test-mergeanalysis-variantEdward Thomson2019-06-144-202/+27
|\
| * tests: merge::analysis: use variants to deduplicate test suitesPatrick Steinhardt2019-06-134-202/+27
* | Merge pull request #5101 from libgit2/ethomson/opts_initEdward Thomson2019-06-1447-100/+297
|\ \
| * | apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-143-1/+15
| * | Rename opt init functions to `options_init`Edward Thomson2019-06-1445-99/+282
* | | Merge pull request #5112 from pks-t/pks/ntlmclient-implicit-fallthroughEdward Thomson2019-06-141-0/+2
|\ \ \ | |/ / |/| |
| * | deps: ntlmclient: disable implicit fallthrough warningsPatrick Steinhardt2019-06-141-0/+2
|/ /
* | Merge pull request #5097 from pks-t/pks/ignore-escapesEdward Thomson2019-06-136-1357/+222
|\ \
| * | attr_file: remove invalid TODO commentPatrick Steinhardt2019-06-131-1/+0
| * | attr_file: account for escaped escapes when searching trailing spacePatrick Steinhardt2019-06-132-3/+32
| * | attr_file: fix unescaping of escapes required for fnmatchPatrick Steinhardt2019-06-132-2/+92
| * | attr_file: properly handle escaped '\' when searching non-escaped spacesPatrick Steinhardt2019-06-131-14/+16
| * | path: only treat paths starting with '\' as absolute on Win32Patrick Steinhardt2019-06-132-1/+14
| * | tests: unify ignore tests into their own dirPatrick Steinhardt2019-06-072-68/+68
| * | tests: remove accidentally checked in backup filePatrick Steinhardt2019-06-071-1268/+0
* | | Merge pull request #5108 from libgit2/ethomson/urlparse_empty_portEdward Thomson2019-06-135-8/+53
|\ \ \ | |_|/ |/| |
| * | http-parser: use our bundled http-parser by defaultethomson/urlparse_empty_portEdward Thomson2019-06-133-7/+29