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-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
2013-05-02Report errors finding notesRussell Belfer
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-03-07added missing free for git_note in clar testsNico von Geyso
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-02-16Clear up warnings from cppcheckRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-03add option to allow git note overwriteNikolai Vladimirov
2013-01-03notes.c - whitespace fixNikolai Vladimirov
2012-12-11Clean up iterator APIsRussell Belfer
2012-12-04Remove GIT_SIGNATURE_VERSION and friendsBen Straub
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy GIT_SIGNATURE_INITBen Straub
2012-11-28Remove git_note_data structureRussell Belfer
2012-11-28API updates for notes.h/c.Ben Straub
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-08-22tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken
2012-08-22filemode: deploy enum usagenulltoken
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-06-29tree: Bring back `entry_bypath`Vicent Marti
2012-06-21notes: fix memory leaksMichael Schubert
2012-06-19Merge remote-tracking branch 'yorah/fix/notes-creation' into developmentVicent Marti
2012-06-08notes: simplify the handling of fanoutsyorah
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-18global: Change parameter ordering in APIVicent Martí
2012-05-16notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken
2012-05-16Fix notes to use new fixed iterator signatureRussell Belfer
2012-05-15Fix compilation warningsnulltoken
2012-05-15notes: add git_notes_foreach()nulltoken
2012-05-06notes: Cleanup error handlingVicent Martí
2012-05-04notes: add git_note_default_ref()Michael Schubert
2012-05-04notes: honor core.notesRefMichael Schubert
2012-03-20Convert indexer, notes, sha1_lookup, and signatureRussell Belfer
2012-02-16notes: fix assertschu
2012-02-15Add git notes APIschu