Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-14Introduce git_blame_options diff find configurabilityvs-8.0-v0.28.3Ungureanu Marius
2019-08-05Release v0.28.3Edward Thomson
2019-08-05v0.28.3: update changelog for security releaseEdward Thomson
2019-08-05commit_list: fix possible buffer overflow in `commit_quick_parse`Patrick Steinhardt
2019-08-05config: validate ownership of C:\ProgramData\Git\config before using itJohannes Schindelin
2019-05-21Merge pull request #5064 from pks-t/pks/v0.28.2Patrick Steinhardt
2019-05-20Release v0.28.2Patrick Steinhardt
2019-05-20define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys
2019-05-20Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi
2019-05-20Support symlinks for directories in win32Daniel Cohen Gindi
2019-05-02Correctly write to missing locked global configIan Hattendorf
2019-05-02cmake: fix include ordering issues with bundled depsPatrick Steinhardt
2019-05-02cmake: correctly detect if system provides `regcomp`Patrick Steinhardt
2019-05-02config_file: check result of git_array_allocTobias Nießen
2019-05-02git_repository_init: stop traversing at windows rootEdward Thomson
2019-05-02ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt
2019-05-02patch_parse.c: Handle CRLF in parse_header_startDrew DeVault
2019-05-02tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner
2019-05-02patch_parse: fix parsing addition/deletion of file with spacePatrick Steinhardt
2019-05-02patch_parse: improve formattingPatrick Steinhardt
2019-05-02ignore: move tests from status to attr ignore suiteSteven King Jr
2019-05-02ignore: add additional test casesSteven King Jr
2019-05-02ignore: Do not match on prefix of negated patternsSteve King Jr
2019-05-02Implement failing test for gitignore of complex subdirectory negationTyler Ang-Wanek
2019-05-02Fix a _very_ improbable memory leak in git_odb_new()lhchavez
2019-05-02Fix a memory leak in odb_otype_fast()lhchavez
2019-02-14Merge pull request #4983 from libgit2/ethomson/v0_28_1Edward Thomson
2019-02-14Release v0.28.1Edward Thomson
2019-02-14Merge pull request #4979 from libgit2/ethomson/deprecateEdward Thomson
2019-02-14ci: enable hard deprecationEdward Thomson
2019-02-14deprecation: optionally enable hard deprecationEdward Thomson
2019-02-14deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson
2019-02-14Merge pull request #4980 from libgit2/ethomson/ci_nightlyEdward Thomson
2019-02-14ci: skip ssh tests on macOS nightlyEdward Thomson
2019-02-14Merge pull request #4976 from libgit2/ethomson/readme_v028Edward Thomson
2019-02-14ci: skip ssh tests on macOSEdward Thomson
2019-02-13ci: provide more information about OSEdward Thomson
2019-02-13README: use correct badge for nightliesEdward Thomson
2019-02-12README: include build badge for v0.28 buildsEdward Thomson
2019-02-02Merge pull request #4970 from libgit2/ethomson/0_28Edward Thomson
2019-01-31version: 0.28Edward Thomson
2019-01-31changelog: this is 0.28Edward Thomson
2019-01-31Merge pull request #4968 from tiennou/fix/documentationEdward Thomson
2019-01-31Merge branch 'pks/stream-truncated-writes'Edward Thomson
2019-01-31mbedtls: fix potential size overflow when reading or writing dataPatrick Steinhardt
2019-01-31mbedtls: make global variables staticPatrick Steinhardt
2019-01-31openssl: fix potential size overflow when writing dataPatrick Steinhardt
2019-01-31streams: handle short writes only in generic streamPatrick Steinhardt
2019-01-31streams: fix callers potentially only writing partial dataPatrick Steinhardt
2019-01-31streams: make file-local functions staticPatrick Steinhardt