summaryrefslogtreecommitdiffstats
path: root/notes-utils.c
Commit message (Expand)AuthorAgeFilesLines
* use strbuf_complete_line() for adding a newline if neededRené Scharfe2014-12-121-2/+1
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-3/+4
|\
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-3/+4
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-1/+2
|/
* notes-utils: handle boolean notes.rewritemode correctlyJohn Keeping2014-02-181-1/+1
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-2/+2
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-2/+2
* | assume parse_commit checks for NULL commitJeff King2013-10-241-1/+1
|/
* Move create_notes_commit() from notes-merge.c into notes-utils.cJohan Herland2013-06-121-1/+26
* Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-121-0/+132