Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | note: use a git_buf to return the default namespacecmn/notes-buf | Carlos Martín Nieto | 2015-03-17 | 1 | -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 argument | Carlos Martín Nieto | 2014-12-06 | 1 | -1/+1 |
| | | | | | Make it consistent between git_note_create() and git_note_remote() by putting it after the repository. | ||||
* | Introduce cl_assert_equal_oid | Edward Thomson | 2014-07-01 | 1 | -2/+2 |
| | |||||
* | note: rename the id getter to git_note_id() | Carlos Martín Nieto | 2014-01-24 | 1 | -2/+2 |
| | | | | This was left over when we did the general switch. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+64 |