| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
use consistent names for the #include / #define header guard pattern.
|
| |
|
|
|
|
| |
This was left over when we did the general switch.
|
|
|
|
|
| |
* fixed style issues
* use new iterator functions for git_note_foreach()
|
|
|
|
|
| |
* git_note_iterator_new() - create a new note iterator
* git_note_next() - retrieves the next item of the iterator
|
| |
|
|
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>
|