summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | regexec: prefix all regexec function calls with p_Edward Thomson2019-05-1910-68/+97
| | |/ | |/|
* | | remote: add callback to resolve URLs before connectingErik Aigner2019-05-212-22/+44
* | | Merge pull request #5075 from libgit2/ethomson/ignore_skip_bomPatrick Steinhardt2019-05-211-1/+12
|\ \ \
| * | | ignore: skip UTF8 BOM in ignore fileethomson/ignore_skip_bomEdward Thomson2019-05-191-1/+12
| |/ /
* | | Use tabs for indentation (#5079).David Brooks2019-05-211-5/+5
* | | Fix indentation (#5079).David Brooks2019-05-211-5/+5
* | | We still need to update pkgconfig variables when zlib is unbundled (#5079).David Brooks2019-05-211-0/+5
* | | We've already added `ZLIB_LIBRARIES` to `LIBGIT2_LIBS` so don't also add the ...David Brooks2019-05-211-6/+0
* | | define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys2019-05-201-0/+4
|/ /
* | Merge branch 'pr/5061'Edward Thomson2019-05-121-1/+8
|\ \
| * | revwalk: update error message for clarityEdward Thomson2019-05-121-1/+1
| * | revwalk: fix memory leak in error handlingHeiko Voigt2019-05-101-1/+2
| * | git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-031-0/+6
| |/
* | Merge pull request #5065 from danielgindi/feature/win32_symlink_dirEdward Thomson2019-05-121-2/+7
|\ \
| * | Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi2019-05-061-1/+2
| * | Support symlinks for directories in win32Daniel Cohen Gindi2019-05-051-2/+6
* | | Merge pull request #5057 from eaigner/merge-rebase-onto-nameEdward Thomson2019-05-121-0/+16
|\ \ \ | |/ / |/| |
| * | rebase: orig_head and onto accessorsErik Aigner2019-04-211-0/+16
| |/
* | 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
| |/ /