summaryrefslogtreecommitdiff
path: root/src/notes.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-29/+20
* Merge pull request #6045 from punkymaniac/qa-fix-coding-style-pointerEdward Thomson2021-09-141-3/+3
|\
| * Fix coding style for pointerpunkymaniac2021-09-091-3/+3
* | notes: use a buffer internallyethomson/notes_cleanupEdward Thomson2021-09-101-28/+28
|/
* notes: use GIT_ASSERTEdward Thomson2020-11-271-7/+8
* buffer: git_buf_sanitize should return a valueEdward Thomson2020-11-251-3/+2
* notes: check error code returned by `git_iterator_advance`Patrick Steinhardt2020-02-071-3/+6
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* blob: add underscore to `from` functionsEdward Thomson2019-06-161-1/+1
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-251-1/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-7/+7
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* notes: Rewrite funcs in terms of note_commit funcsRichard Ipsum2017-12-021-81/+86
* notes: Add git_note_commit_iterator_newRichard Ipsum2017-10-071-0/+19
* notes: Add git_note_commit_removeRichard Ipsum2017-10-071-2/+35
* notes: Add git_note_commit_readRichard Ipsum2017-10-071-0/+22
* notes: Add git_note_commit_createRichard Ipsum2017-10-071-0/+31
* notes: Make note_write return commit oidRichard Ipsum2017-09-231-4/+10
* giterr_set: consistent error messagesEdward Thomson2016-12-291-3/+3
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-1/+1
* note: use a git_buf to return the default namespacecmn/notes-bufCarlos Martín Nieto2015-03-171-21/+40
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+1
* treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-271-1/+1
* treebuilder: take a repository for path validationEdward Thomson2014-12-171-2/+2
* notes: move the notes name argumentCarlos Martín Nieto2014-12-061-1/+1
* notes: Use `git__strndup`Vicent Marti2014-11-211-3/+2
* notes: Do not assume blob contents are NULL-terminatedVicent Marti2014-11-211-3/+3
* 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