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-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
2012-12-19Also, whitespace.Rick Bradley
2012-12-19Improve comment textRick Bradley
2012-12-01refs: Deploy EINVALIDSPEC usagenulltoken
2012-12-01refs: Fix error clearingnulltoken
2012-11-28API updates for tag.hRussell Belfer
2012-11-28Update callback fn ptr for git_reference_foreachRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-10Extensions to rmdir and mkdir utilitiesRussell Belfer
2012-11-02Improve docs, examples, warningsRussell Belfer
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-10-18Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer
2012-10-15Fix leak in the testsCarlos Martín Nieto
2012-10-15refs: loosen the OID parsingCarlos Martín Nieto
2012-10-11refs: propagate EEXISTS upon renamingnulltoken
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-10-08branch: deploy git_branch_is_head()nulltoken
2012-10-07refs: deploy git_repository_set_head() usagenulltoken
2012-10-07refs: use constants for well-known namesnulltoken
2012-10-02Merge pull request #961 from arrbee/win64-cleanupsVicent Martí
2012-10-01Fix up more Win64 compile warningsRussell Belfer
2012-09-30refs: propagate EEXISTSCarlos Martín Nieto
2012-09-25refspec: introduce git_refspec__parse()nulltoken
2012-09-25refs: introduce git_reference_is_valid_name()nulltoken
2012-09-25refs: make git_reference_normalize_name() accept refspec patternnulltoken
2012-09-14refs: prevent locked refs from being enumeratednulltoken
2012-09-06refs: introduce git_reference_peel()nulltoken
2012-09-06Diff iteratorsRussell Belfer
2012-08-28Fix parentheses warningMichael Schubert
2012-08-28Merge branch 'branch-delete-ref' into developmentVicent Marti