summaryrefslogtreecommitdiff
path: root/notes-utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12notes: allow treeish expressions as notes refLibravatar Mike Hommey1-3/+3
2015-08-17notes: extract parse_notes_merge_strategy to notes-utilsLibravatar Jacob Keller1-0/+18
2014-12-12use strbuf_complete_line() for adding a newline if neededLibravatar René Scharfe1-2/+1
2014-07-02Merge branch 'jk/commit-buffer-length'Libravatar Junio C Hamano1-3/+4
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufLibravatar Jeff King1-3/+4
2014-04-07refs.h: rename the action_on_err constantsLibravatar Michael Haggerty1-1/+2
2014-02-18notes-utils: handle boolean notes.rewritemode correctlyLibravatar John Keeping1-1/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-2/+2
2013-10-24assume parse_commit checks for NULL commitLibravatar Jeff King1-1/+1
2013-06-12Move create_notes_commit() from notes-merge.c into notes-utils.cLibravatar Johan Herland1-1/+26
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cLibravatar Johan Herland1-0/+132