summaryrefslogtreecommitdiff
path: root/notes-utils.c
AgeCommit message (Expand)Author
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-01-30notes: convert write_notes_tree to object_idPatryk Obara
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson
2017-05-30C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08notes-utils: convert internals to struct object_idbrian m. carlson
2016-01-12notes: allow treeish expressions as notes refMike Hommey
2015-08-17notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller
2014-12-12use strbuf_complete_line() for adding a newline if neededRené Scharfe
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-02-18notes-utils: handle boolean notes.rewritemode correctlyJohn Keeping
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-24assume parse_commit checks for NULL commitJeff King
2013-06-12Move create_notes_commit() from notes-merge.c into notes-utils.cJohan Herland
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland