summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | tests: config: verify that the global config is actually readablePatrick Steinhardt2019-03-291-0/+12
| * | | tests: repo: verify that we can open repos with symlinked global configPatrick Steinhardt2019-03-291-0/+30
| * | | tests: config: make sure to clean up after each testPatrick Steinhardt2019-03-291-0/+3
* | | | Merge pull request #5035 from pks-t/pks/diff-with-space-in-filenamesEdward Thomson2019-04-043-18/+39
|\ \ \ \
| * | | | tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-03-292-0/+27
| * | | | 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-292-12/+25
|\ \ \ \ | |/ / / |/| | |
| * | | ignore: move tests from status to attr ignore suiteSteven King Jr2019-03-202-40/+25
| * | | ignore: add additional test casesSteven King Jr2019-03-151-3/+5