summaryrefslogtreecommitdiff
path: root/tests/notes/notesref.c
Commit message (Collapse)AuthorAgeFilesLines
* note: use a git_buf to return the default namespacecmn/notes-bufCarlos Martín Nieto2015-03-171-3/+7
| | | | | | | The caller has otherwise no way to know how long the string will be allocated or ability to free it. This fixes #2944.
* notes: move the notes name argumentCarlos Martín Nieto2014-12-061-1/+1
| | | | | Make it consistent between git_note_create() and git_note_remote() by putting it after the repository.
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-2/+2
|
* note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-241-2/+2
| | | | This was left over when we did the general switch.
* Rename tests-clar to testsBen Straub2013-11-141-0/+64