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
2013-11-01iconv: Do not fake an API when iconv is not availableVicent Marti
2013-10-28Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub
2013-10-09After iconv init reset ref normalize errorRussell Belfer
2013-10-09Make reference lookups apply precomposeunicodeRussell Belfer
2013-10-02reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto
2013-08-28Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí
2013-08-26refs: add git_reference_is_tagNikolai Vladimirov
2013-08-22Add internal ref set_name fn instead of reallocRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-03Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí
2013-05-31Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí
2013-05-30RefcountingVicent Marti
2013-05-30...Aaaand this worksVicent Marti
2013-05-30What are the chances, reallyVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11Introduce a glob-filtering iteratorCarlos Martín Nieto
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-11refs: implement _foreach with the iteratorCarlos Martín Nieto
2013-05-11refs: introduce an iteratorCarlos Martín Nieto
2013-05-08Introduce git_reference_shorthandCarlos Martín Nieto
2013-05-08Expose git_reference_dwimCarlos Martín Nieto
2013-05-02Error messages for a couple other boundary conditionsRussell Belfer
2013-04-30Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-28Parse shorthand refspecs as validCarlos Martín Nieto
2013-04-21Move git_reference__alloc to include/git2/sysRussell Belfer
2013-04-21Move refdb_backend to include/git2/sysRussell Belfer
2013-04-20alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson
2013-04-18refs: Do not union the peelvmg/refs-peelVicent Marti
2013-04-18refs: Check alloc is cleanerVicent Marti
2013-04-17refs: Add `git_referene_target_peel`Vicent Marti
2013-04-10object: Export git_object_dupVicent Marti
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-15Fix various build warningsRussell Belfer
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-03-07refs: explicitly catch leading slashesCarlos Martín Nieto
2013-02-27Fix portability issues on WindowsRussell Belfer
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken
2013-02-16Clear up warnings from cppcheckRussell Belfer
2013-02-12remote: Introduce git_remote_is_valid_name()nulltoken
2013-02-12refs: No component of a refname can end with '.lock'nulltoken
2013-01-31refs: handle ALLOW_ONELEVEL normalization with leading slashCarlos Martín Nieto
2013-01-23Allow peeled references without trailing newline at end of fileScott J. Goldman
2013-01-23Revert "Handle packed peeled objects without trailing newlines"Scott J. Goldman
2013-01-22Handle packed peeled objects without trailing newlinesScott J. Goldman
2013-01-17branch: Introduce git_branch_tracking_name()nulltoken
2013-01-09update copyrightsEdward Thomson
2013-01-05Handle packed refs with no trailing newlineno-newline-packed-refsScott J. Goldman
2012-12-28Invalid ref name normalization leaked memoryRussell Belfer