summaryrefslogtreecommitdiff
path: root/src/notes.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce `git_note_author`, `git_note_committer`Edward Thomson2014-10-261-4/+31
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
* note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-241-3/+3
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Further callback error check style fixesRussell Belfer2013-12-111-4/+6
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-6/+4
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-1/+1
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-12/+3
* Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-311-10/+4
* Unify whitespaces to tabsLinquize2013-05-151-19/+19
* Report errors finding notesRussell Belfer2013-05-011-19/+22
* Make iterator APIs consistent with standardsRussell Belfer2013-03-061-3/+3
* added missing free for git_note in clar testsNico von Geyso2013-03-061-1/+1
* fixed minor issues with new note iteratorNico von Geyso2013-03-061-49/+37
* use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-061-4/+13
* basic note iterator implementationNico von Geyso2013-03-061-9/+59
* Clear up warnings from cppcheckRussell Belfer2013-02-151-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* add option to allow git note overwriteNikolai Vladimirov2013-01-031-4/+7
* notes.c - whitespace fixNikolai Vladimirov2013-01-031-6/+6
* Clean up iterator APIsRussell Belfer2012-12-101-1/+1
* Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-6/+0
* Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-6/+4
* Deploy GIT_SIGNATURE_INITBen Straub2012-11-301-0/+9
* Remove git_note_data structureRussell Belfer2012-11-271-6/+3
* API updates for notes.h/c.Ben Straub2012-11-271-15/+18
* API review / update for tree.hRussell Belfer2012-11-271-5/+5
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-1/+1
* filemode: deploy enum usagenulltoken2012-08-211-2/+8
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-25/+18
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-26/+19
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+2
|/
* tree: Bring back `entry_bypath`Vicent Marti2012-06-291-1/+1
* notes: fix memory leaksMichael Schubert2012-06-211-12/+8
* Merge remote-tracking branch 'yorah/fix/notes-creation' into developmentVicent Marti2012-06-191-241/+307
|\
| * notes: simplify the handling of fanoutsyorah2012-06-081-239/+222
* | misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-2/+2
|/
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-5/+5
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* global: Change parameter ordering in APIVicent Martí2012-05-181-1/+1
* notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-7/+9
* Fix notes to use new fixed iterator signatureRussell Belfer2012-05-151-1/+1
* Fix compilation warningsnulltoken2012-05-141-4/+1
* notes: add git_notes_foreach()nulltoken2012-05-141-23/+135
* notes: Cleanup error handlingVicent Martí2012-05-051-19/+11
* notes: add git_note_default_ref()Michael Schubert2012-05-031-0/+6
* notes: honor core.notesRefMichael Schubert2012-05-031-6/+35
* Convert indexer, notes, sha1_lookup, and signatureRussell Belfer2012-03-191-104/+75
* notes: fix assertschu2012-02-161-3/+3