summaryrefslogtreecommitdiffstats
path: root/notes.c
AgeCommit message (Expand)AuthorLines
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland-17/+16
2010-02-13Minor cosmetic fixes to notes.cJohan Herland-5/+4
2009-12-03Fix crasher on encountering SHA1-like non-note in notes treeJohan Herland-0/+2
2009-10-19Refactor notes code to concatenate multiple notes annotating the same objectJohan Herland-82/+161
2009-10-19Teach the notes lookup code to parse notes trees with various fanout schemesJohan Herland-69/+248
2009-10-19Teach notes code to free its internal data structures on requestJohan Herland-0/+7
2009-10-19Add flags to get_commit_notes() to control the format of the note stringJohan Herland-3/+5
2009-10-19Speed up git notes lookupJohannes Schindelin-10/+102
2009-10-19Introduce commit notesJohannes Schindelin-0/+70
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano-160/+0
2009-01-14git-notes: fix printing of multi-line notesTor Arne Vestbø-6/+7
2009-01-11Speed up git notes lookupJohannes Schindelin-11/+102
2008-12-21Introduce commit notesJohannes Schindelin-0/+68