summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ignore: skip UTF8 BOM in ignore fileethomson/ignore_skip_bomEdward Thomson2019-05-191-1/+12
* ignore: test we can handle an ignore file with BOMEdward Thomson2019-05-191-0/+23
* Merge branch 'pr/5061'Edward Thomson2019-05-122-1/+26
|\
| * revwalk: update error message for clarityEdward Thomson2019-05-121-1/+1
| * revwalk: fix memory leak in error handlingHeiko Voigt2019-05-102-1/+11
| * git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-032-0/+15
* | 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-123-0/+54
|\ \ \ | |/ / |/| |
| * | rebase: orig_head and onto accessorsErik Aigner2019-04-213-0/+54
* | | 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
* | | | Merge pull request #5023 from ianhattendorf/fix/lock_missing_global_configPatrick Steinhardt2019-05-022-1/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Correctly write to missing locked global configIan Hattendorf2019-04-292-1/+31
|/ / /
* | | 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 #5051 from pks-t/pks/examples-ssh-authPatrick Steinhardt2019-04-264-26/+48
|\ \ \ | |_|/ |/| |
| * | examples: use username provided via URLPatrick Steinhardt2019-04-161-8/+9
| * | examples: implement SSH key credentialsPatrick Steinhardt2019-04-161-8/+8
| * | examples: implement SSH key credentialsPatrick Steinhardt2019-04-161-2/+18
| * | examples: support plain username credentialsPatrick Steinhardt2019-04-161-0/+5
| * | examples: honor allowed credential types when prompting userPatrick Steinhardt2019-04-161-16/+20
| * | examples: move MSVC compatibility macros into common headerPatrick Steinhardt2019-04-163-9/+5
* | | Merge pull request #5050 from libgit2/ethomson/windows_init_traversalEdward Thomson2019-04-172-3/+18
|\ \ \
| * | | git_repository_init: stop traversing at windows rootethomson/windows_init_traversalEdward Thomson2019-04-172-3/+18
| |/ /
* | | Merge pull request #5053 from tniessen/cf-check-array-alloc-resultEdward Thomson2019-04-161-0/+1
|\ \ \ | |_|/ |/| |
| * | config_file: check result of git_array_allocTobias Nießen2019-04-161-0/+1
|/ /
* | Merge pull request #5027 from ddevault/masterPatrick Steinhardt2019-04-163-1/+30
|\ \ | |/ |/|
| * patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-04-053-1/+30
* | Merge pull request #5045 from cheese1/patch-1Edward Thomson2019-04-081-1/+1
|\ \
| * | fix typocheese12019-04-071-1/+1
|/ /
* | 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
* | | Merge pull request #5040 from pks-t/pks/ignore-treat-dirpaths-as-dirEdward Thomson2019-04-072-1/+19
|\ \ \ | |_|/ |/| |
| * | ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt2019-04-052-1/+19
|/ /
* | Merge pull request #4874 from tiennou/test/4615Edward Thomson2019-04-045-0/+181
|\ \
| * | tests: test largefiles on win32Edward Thomson2019-04-041-4/+0
| * | p_fallocate: compatibility fixes for macOSEdward Thomson2019-02-221-1/+22
| * | p_fallocate: add a test for our implementationEdward Thomson2019-02-221-0/+41
| * | 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-304-0/+77
* | | Merge pull request #5034 from pks-t/pks/symlinked-user-configEdward Thomson2019-04-042-0/+62
|\ \ \
| * | | tests: config: assure that we can read symlinked global configurationPatrick Steinhardt2019-03-291-0/+17