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-02-04Introduce git_blame_options diff find configurabilityvs-8.0-v1Ungureanu Marius
2019-01-28CHANGELOG: there's changes (plural) not just oneEdward Thomson
2019-01-28Merge pull request #4942 from libgit2/ethomson/v0.27.8Edward Thomson
2019-01-25version: bump to v0.27.8Edward Thomson
2019-01-25CHANGELOG: update for v0.27.8Edward Thomson
2019-01-25ignore: remove now-useless check for LEADINGDIRPatrick Steinhardt
2019-01-25tests: status::ignore: fix style of a testPatrick Steinhardt
2019-01-25ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt
2019-01-25patch_parse: remove unused function `parse_number`Patrick Steinhardt
2019-01-25strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt
2019-01-25tree: fix integer overflow when reading unreasonably large filemodesPatrick Steinhardt
2019-01-25strntol: fix detection and skipping of base prefixesPatrick Steinhardt
2019-01-25tree: fix mode parsing reading out-of-boundsPatrick Steinhardt
2019-01-25strntol: fix out-of-bounds read when skipping leading spacesPatrick Steinhardt
2019-01-19signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt
2019-01-19tests: address two null argument instancesNoah Pendleton
2019-01-19commit: fix out-of-bound reads when parsing truncated author fieldsPatrick Steinhardt
2019-01-19config: fix adding files if their parent directory is a filePatrick Steinhardt
2019-01-19Typesetting conventionsJoe Rabinoff
2019-01-19Removed one null checkJoe Rabinoff
2019-01-19Fix segfault in loose_backend__readstreamJoe Rabinoff
2019-01-19make proxy_stream_close close target stream even on errorsAnders Borum
2019-01-19annotated_commit: peel to commit instead of assuming we have oneCarlos Martín Nieto
2019-01-19refs: constify git_reference_peelCarlos Martín Nieto
2019-01-19annotated_commit: add failing test for looking up from annotated tagCarlos Martín Nieto
2019-01-19config: assert that our parameters are validEtienne Samson
2019-01-19refs: assert that we're passed valid refs when renamingEtienne Samson
2019-01-19diff: assert that we're passed a valid git_diff objectEtienne Samson
2019-01-19submodule: grab the error while loading from configEtienne Samson
2018-12-19Merge pull request #4916 from libgit2/ethomson/backport_0278Edward Thomson
2018-12-19smart transport: only clear url on hard resetEdward Thomson
2018-10-26Merge pull request #4846 from pks-t/pks/v0.27.6Patrick Steinhardt
2018-10-26version: bump to v0.27.7Patrick Steinhardt
2018-10-26CHANGELOG: update for v0.27.7Patrick Steinhardt
2018-10-26winhttp: retry erroneously failing requestsEdward Thomson
2018-10-26git_remote_prune to be O(n * logn)Marcin Krystianc
2018-10-26ignore unsupported http authentication schemesAnders Borum
2018-10-26transport/http: do not return success if we failed to get a schemeEtienne Samson
2018-10-26cmake: explicitly enable int-conversion warningsPatrick Steinhardt
2018-10-26tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt
2018-10-26cmake: enable -Wformat and -Wformat-securityCarlos Martín Nieto
2018-10-26fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum
2018-10-26revwalk: only check the first commit in the list for an earlier timestampCarlos Martín Nieto
2018-10-26revwalk: use the max value for a signed integerCarlos Martín Nieto
2018-10-26vector: do not realloc 0-size vectorsEtienne Samson
2018-10-26vector: do not malloc 0-length vectors on dupEtienne Samson
2018-10-26index: release the snapshot instead of freeing the indexEtienne Samson
2018-10-26cmake: detect and use libc-provided iconvPatrick Steinhardt
2018-10-26remote: set the error before cleanupEtienne Samson
2018-10-26revwalk: The left operand of '<' is a garbage valueEtienne Samson