summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5064 from pks-t/pks/v0.28.2v0.28.2Patrick Steinhardt2019-05-2116-52/+243
|\
| * Release v0.28.2Patrick Steinhardt2019-05-202-2/+26
| * define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys2019-05-201-0/+4
| * Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi2019-05-201-1/+2
| * Support symlinks for directories in win32Daniel Cohen Gindi2019-05-201-2/+6
| * Correctly write to missing locked global configIan Hattendorf2019-05-022-1/+31
| * 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
| * config_file: check result of git_array_allocTobias Nießen2019-05-021-0/+1
| * git_repository_init: stop traversing at windows rootEdward Thomson2019-05-022-3/+18
| * ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt2019-05-022-1/+19
| * patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-05-023-1/+30
| * tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-05-022-0/+27
| * patch_parse: fix parsing addition/deletion of file with spacePatrick Steinhardt2019-05-021-2/+2
| * patch_parse: improve formattingPatrick Steinhardt2019-05-021-18/+12
| * ignore: move tests from status to attr ignore suiteSteven King Jr2019-05-022-40/+25
| * ignore: add additional test casesSteven King Jr2019-05-021-3/+5
| * ignore: Do not match on prefix of negated patternsSteve King Jr2019-05-022-15/+23
| * Implement failing test for gitignore of complex subdirectory negationTyler Ang-Wanek2019-05-021-0/+18
| * Fix a _very_ improbable memory leak in git_odb_new()lhchavez2019-05-021-2/+6
| * Fix a memory leak in odb_otype_fast()lhchavez2019-05-022-0/+22
|/
* Merge pull request #4983 from libgit2/ethomson/v0_28_1v0.28.1Edward Thomson2019-02-1410-28/+67
|\
| * Release v0.28.1ethomson/v0_28_1Edward Thomson2019-02-142-2/+12
| * Merge pull request #4979 from libgit2/ethomson/deprecateEdward Thomson2019-02-146-24/+38
| |\
| | * ci: enable hard deprecationethomson/deprecateEdward Thomson2019-02-142-22/+22
| | * deprecation: optionally enable hard deprecationEdward Thomson2019-02-141-0/+5
| | * deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-144-3/+12
| |/
| * Merge pull request #4980 from libgit2/ethomson/ci_nightlyEdward Thomson2019-02-141-0/+1
| |\
| | * ci: skip ssh tests on macOS nightlyEdward Thomson2019-02-141-0/+1
| |/
| * Merge pull request #4976 from libgit2/ethomson/readme_v028Edward Thomson2019-02-143-2/+16
| |\ |/ /
| * ci: skip ssh tests on macOSethomson/readme_v028Edward Thomson2019-02-141-0/+1
| * ci: provide more information about OSEdward Thomson2019-02-131-1/+13
| * README: use correct badge for nightliesEdward Thomson2019-02-131-1/+1
| * README: include build badge for v0.28 buildsEdward Thomson2019-02-121-0/+1
|/
* Merge pull request #4970 from libgit2/ethomson/0_28v0.28.0-rc1v0.28.0Edward Thomson2019-02-022-5/+5
|\
| * version: 0.28ethomson/0_28Edward Thomson2019-01-311-3/+3
| * changelog: this is 0.28Edward Thomson2019-01-311-2/+2
|/
* Merge pull request #4968 from tiennou/fix/documentationEdward Thomson2019-01-311-12/+21
|\
| * docs: minor changesEtienne Samson2019-01-301-12/+21
* | Merge branch 'pks/stream-truncated-writes'Edward Thomson2019-01-317-70/+73
|\ \ | |/ |/|
| * mbedtls: fix potential size overflow when reading or writing dataethomson/stream-truncated-writesPatrick Steinhardt2019-01-311-2/+9
| * mbedtls: make global variables staticPatrick Steinhardt2019-01-311-4/+2
| * openssl: fix potential size overflow when writing dataPatrick Steinhardt2019-01-311-2/+1
| * streams: handle short writes only in generic streamPatrick Steinhardt2019-01-312-20/+11
| * streams: fix callers potentially only writing partial dataPatrick Steinhardt2019-01-314-25/+35
| * streams: make file-local functions staticPatrick Steinhardt2019-01-313-19/+17
|/
* Merge pull request #4954 from tiennou/fix/documentationEdward Thomson2019-01-305-89/+142
|\
| * repo: split git_repository_open_flag_t options documentation inlineEtienne Samson2019-01-281-28/+41
| * transport: enhance documentationEtienne Samson2019-01-281-57/+88
| * docs: document GIT_EUSER/GIT_EPASSTHROUGHEtienne Samson2019-01-281-1/+10