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-01-25deprecation: move deprecated bits to deprecated.hEdward Thomson
2019-01-20deprecation: use the enum type in declarationEdward Thomson
2019-01-19Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2019-01-17references: use full name in type namesEdward Thomson
2018-12-14refs: constify git_reference_peelCarlos Martín Nieto
2018-12-01object_type: update public API to use git_object_tEdward Thomson
2018-01-12refs: document need to free refs in foreach-callbackPatrick Steinhardt
2016-04-22Allow creating copies of `git_reference` objects.Arthur Schreiber
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-12-05Spelling fixesWill Stamper
2014-05-23Fixed miscellaneous documentation errors.Michael Anderson
2014-04-30refs: document _next_name()Carlos Martín Nieto
2014-04-03Const correctness!Jacques Germishuys
2014-03-17branch: constness fixesCarlos Martín Nieto
2014-03-13refs: fix copy-paste doc errorCarlos Martín Nieto
2014-02-10refs: move current_id before the reflog parametersCarlos Martín Nieto
2014-02-10refs: conditional wording fixupsCarlos Martín Nieto
2014-02-05refs: add an unconditional deleteCarlos Martín Nieto
2014-02-05refs: check the ref's old value when deletingCarlos Martín Nieto
2014-02-05refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto
2014-02-05refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto
2014-02-05refs: changes from feedbackCarlos Martín Nieto
2014-02-05refs: conditional ref updatesCarlos Martín Nieto
2014-02-02Add `git_reference_is_note`.Arthur Schreiber
2014-01-31Ensure renaming a reference updates the reflogBen Straub
2014-01-17Revert a wrong doc change.Arthur Schreiber
2014-01-17Fix some documentation issues.Arthur Schreiber
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-18Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti
2013-12-11Update docs for new callback return value behaviorRussell Belfer
2013-12-09refs: expose has_log() on the backendCarlos Martín Nieto
2013-12-09refs: expose a way to ensure a ref has a logCarlos Martín Nieto
2013-11-23refs: Introduce git_reference_symbolic_set_target_with_log()nulltoken
2013-11-23refs: Introduce git_reference_set_target_with_log()nulltoken
2013-11-23refs: Introduce git_reference_symbolic_create_with_log()nulltoken
2013-11-23refs: Introduce git_reference_create_with_log()nulltoken
2013-10-09Make reference lookups apply precomposeunicodeRussell Belfer
2013-08-26refs: add git_reference_is_tagNikolai Vladimirov
2013-07-01Fix docs to use proper enum names that exist.Andrej Mitrovic
2013-06-24Fixed most documentation header bugsAndreas Linde
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-30...Aaaand this worksVicent Marti
2013-05-30What are the chances, reallyVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-21Merge pull request #1597 from zodiac/patch-1Ben Straub
2013-05-21refs: export the glob iteratorCarlos Martín Nieto
2013-05-21define "long name" in git_reference_name_to_idLi Xuanji