Russell Belfer
58ffeb9cde
Fix notes to use new fixed iterator signature
2012-05-15 14:51:30 -07:00
nulltoken
d5ed6348c7
Fix compilation warnings
2012-05-14 22:24:58 +02:00
nulltoken
86ecd84427
notes: add git_notes_foreach()
2012-05-14 22:07:42 +02:00
Vicent Martí
f95e8cc07c
notes: Cleanup error handling
2012-05-05 14:18:10 -07:00
Michael Schubert
630c5a4a54
notes: add git_note_default_ref()
...
Add git_note_default_ref to allow easy retrieval of the currently set
default notes reference.
2012-05-03 22:31:29 +02:00
Michael Schubert
caea5e5433
notes: honor core.notesRef
...
Setting core.notesRef allows to change the default notes reference used
by Git. Check if set before using GIT_NOTES_DEFAULT_REF. Fixes #649 .
2012-05-03 22:31:29 +02:00
Russell Belfer
4aa7de1515
Convert indexer, notes, sha1_lookup, and signature
...
More files moved to new error handling style.
2012-03-19 17:49:46 -07:00
schu
0691966a73
notes: fix assert
...
Hopefully fix issue "Don't sleep and code" - #558 .
Signed-off-by: schu <schu-github@schulog.org>
2012-02-16 12:01:09 +01:00
schu
bf477ed4a8
Add git notes API
...
This commit adds basic git notes support to libgit2, namely:
* git_note_read
* git_note_message
* git_note_oid
* git_note_create
* git_note_remove
In the long run, we probably want to provide some convenience callback
mechanism for merging and moving (filter-branch) notes.
Signed-off-by: schu <schu-github@schulog.org>
2012-02-15 20:32:14 +01:00