summaryrefslogtreecommitdiff
path: root/tests-clar/notes
Commit message (Expand)AuthorAgeFilesLines
* added missing free for git_note in clar testsNico von Geyso2013-03-061-0/+2
* fixed minor issues with new note iteratorNico von Geyso2013-03-061-9/+8
* use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-061-3/+5
* basic note iterator implementationNico von Geyso2013-03-061-1/+66
* Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-251-4/+4
* add option to allow git note overwriteNikolai Vladimirov2013-01-032-5/+29
* Remove git_note_data structureRussell Belfer2012-11-271-5/+8
* Clean up config.hBen Straub2012-11-271-1/+1
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-232-0/+9
* Update iterators for consistency across libraryRussell Belfer2012-08-031-1/+29
* notes: fix memory leaksMichael Schubert2012-06-211-0/+2
* notes: simplify testsyorah2012-06-121-37/+83
* notes: simplify the handling of fanoutsyorah2012-06-081-0/+33
* notes: add failing testyorah2012-06-081-0/+48
* notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-3/+3
* Fix compilation warningsnulltoken2012-05-141-3/+4
* notes: add git_notes_foreach()nulltoken2012-05-141-14/+96
* notes: add git_note_default_ref()Michael Schubert2012-05-031-0/+11
* notes: honor core.notesRefMichael Schubert2012-05-031-0/+46
* Update test suiteVicent Martí2012-05-021-2/+2
* Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-311-2/+2
* tests-clar/notes: init oid before usingschu2012-02-231-0/+1
* Add git notes APIschu2012-02-151-0/+49