summaryrefslogtreecommitdiffstats
path: root/notes-cache.c
AgeCommit message (Expand)AuthorLines
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson-1/+1
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson-1/+1
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson-2/+2
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson-4/+4
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2017-05-08notes-cache: convert to struct object_idbrian m. carlson-15/+14
2016-01-12notes: allow treeish expressions as notes refMike Hommey-5/+6
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano-4/+2
2014-06-12replace dangerous uses of strbuf_attachJeff King-4/+2
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King-1/+1
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty-1/+1
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano-1/+1
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy-1/+4
2011-11-12commit: teach --gpg-sign optionJunio C Hamano-1/+1
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland-2/+1
2010-04-01introduce notes-cache interfaceJeff King-0/+94