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-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2017-10-07notes: Add git_note_commit_iterator_newRichard Ipsum
2017-10-07notes: Add git_note_commit_removeRichard Ipsum
2017-10-07notes: Add git_note_commit_readRichard Ipsum
2017-10-07notes: Add git_note_commit_createRichard Ipsum
2015-03-17note: use a git_buf to return the default namespaceCarlos Martín Nieto
2014-12-06notes: fix comments for git_note_next()Carlos Martín Nieto
2014-12-06notes: move the notes name argumentCarlos Martín Nieto
2014-10-27Introduce `git_note_author`, `git_note_committer`Edward Thomson
2014-01-24note: rename the id getter to git_note_id()Carlos Martín Nieto
2013-12-11Update docs for new callback return value behaviorRussell Belfer
2013-07-23Clean up some documentationCarlos Martín Nieto
2013-03-07fixed minor issues with new note iteratorNico von Geyso
2013-03-06use git_note_iterator type instead of non-public git_iterator oneNico von Geyso
2013-03-06basic note iterator implementationNico von Geyso
2013-01-09update copyrightsEdward Thomson
2013-01-03add option to allow git note overwriteNikolai Vladimirov
2012-11-28Remove git_note_data structureRussell Belfer
2012-11-28API updates for notes.h/c.Ben Straub
2012-08-15notes: slight documentation enhancementsnulltoken
2012-08-14Merge pull request #871 from joshtriplett/fix-note_foreach-docsVicent Martí
2012-08-14Merge pull request #870 from joshtriplett/fix-note_create-docsVicent Martí
2012-08-12git_note_remove: Copyediting on documentation for the oid parameterJosh Triplett
2012-08-12git_note_foreach: Fix documentation for notes_ref parameterJosh Triplett
2012-08-12git_note_oid: Fix the documentation to reference parameters using the correct...Josh Triplett
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-16notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken
2012-05-15notes: add git_notes_foreach()nulltoken
2012-05-04notes: add git_note_default_ref()Michael Schubert
2012-02-15Add git notes APIschu