summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5063 from pks-t/pks/cmake-regcomp-fixPatrick Steinhardt2019-05-021-10/+15
|\
| * cmake: fix include ordering issues with bundled depsPatrick Steinhardt2019-05-021-4/+4
| * cmake: correctly detect if system provides `regcomp`Patrick Steinhardt2019-05-021-7/+12
* | Correctly write to missing locked global configIan Hattendorf2019-04-291-1/+1
|/
* Merge pull request #4561 from pks-t/pks/downcastingPatrick Steinhardt2019-04-297-64/+79
|\
| * iterator: make use the `GIT_CONTAINER_OF` macroEtienne Samson2019-04-161-14/+18
| * transports: make use of the `GIT_CONTAINER_OF` macroEtienne Samson2019-04-163-26/+26
| * refdb_fs: make use of the `GIT_CONTAINER_OF` macroEtienne Samson2019-04-161-22/+22
| * config_file: make use of `GIT_CONTAINER_OF` macroPatrick Steinhardt2019-04-161-2/+2
| * util: introduce GIT_CONTAINER_OF macroPatrick Steinhardt2019-04-161-0/+11
* | Merge pull request #5050 from libgit2/ethomson/windows_init_traversalEdward Thomson2019-04-171-3/+6
|\ \
| * | git_repository_init: stop traversing at windows rootethomson/windows_init_traversalEdward Thomson2019-04-171-3/+6
* | | config_file: check result of git_array_allocTobias Nießen2019-04-161-0/+1
| |/ |/|
* | Merge pull request #5027 from ddevault/masterPatrick Steinhardt2019-04-161-1/+2
|\ \ | |/ |/|
| * patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-04-051-1/+2
* | Merge pull request #5039 from libgit2/ethomson/win32_hashEdward Thomson2019-04-072-14/+16
|\ \
| * | sha1: don't inline `git_hash_global_init` for win32ethomson/win32_hashEdward Thomson2019-04-042-14/+16
* | | ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt2019-04-051-1/+3
| |/ |/|
* | Merge pull request #4874 from tiennou/test/4615Edward Thomson2019-04-043-0/+91
|\ \
| * | p_fallocate: compatibility fixes for macOSEdward Thomson2019-02-221-1/+22
| * | p_fallocate: don't duplicate definitions for win32Edward Thomson2019-02-221-17/+17
| * | p_fallocate: add Windows emulationEdward Thomson2019-02-221-2/+48
| * | tests: test that largefiles can be read through the tree APIEtienne Samson2019-01-303-0/+24
* | | Merge pull request #5035 from pks-t/pks/diff-with-space-in-filenamesEdward Thomson2019-04-041-18/+12
|\ \ \
| * | | patch_parse: fix parsing addition/deletion of file with spacePatrick Steinhardt2019-03-291-2/+2
| * | | patch_parse: improve formattingPatrick Steinhardt2019-03-291-18/+12
* | | | Merge pull request #5018 from romkatv/stringsEdward Thomson2019-04-042-19/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | optimize string comparisonsromkatv2019-03-292-19/+15
* | | | Merge pull request #5020 from implausible/fix/gitignore-negationPatrick Steinhardt2019-03-291-12/+0
|\ \ \ \ | |/ / / |/| | |
| * | | ignore: Do not match on prefix of negated patternsSteve King Jr2019-03-141-12/+0
| |/ /
* | | Merge pull request #5024 from stewid/xdiff-fix-typoPatrick Steinhardt2019-03-291-1/+1
|\ \ \
| * | | xdiff: fix typoStefan Widgren2019-03-201-1/+1
| |/ /
* | | Each hash implementation should define `git_hash_global_init`Aaron Patterson2019-03-223-17/+15
|/ /
* | Merge pull request #5005 from libgit2/ethomson/odb_backend_allocationsEdward Thomson2019-03-021-1/+12
|\ \
| * | odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-231-0/+6
| * | odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-231-1/+6
* | | Merge pull request #5000 from augfab/branch_lookup_allEdward Thomson2019-02-251-2/+16
|\ \ \ | |/ / |/| |
| * | branch: have git_branch_lookup accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+16
* | | remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-221-1/+1
* | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-2210-36/+36
* | | Merge pull request #4901 from pks-t/pks/uniform-map-apiEdward Thomson2019-02-2231-761/+911
|\ \ \
| * | | idxmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-71/+10
| * | | oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-94/+9
| * | | offmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-88/+9
| * | | strmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-123/+9
| * | | cache: use iteration interface for cache evictionPatrick Steinhardt2019-02-151-10/+10
| * | | indexer: use map iterator to delete expected OIDsPatrick Steinhardt2019-02-151-16/+12
| * | | maps: provide high-level iteration interfacePatrick Steinhardt2019-02-156-22/+130
| * | | maps: use high-level function to check existence of keysPatrick Steinhardt2019-02-158-24/+44
| * | | maps: provide return value when deleting entriesPatrick Steinhardt2019-02-1510-48/+119