summaryrefslogtreecommitdiff
path: root/notes-cache.c
AgeCommit message (Expand)Author
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
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-02notes: convert some accessor functions to struct object_idbrian m. carlson
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08notes-cache: convert to struct object_idbrian m. carlson
2016-01-12notes: allow treeish expressions as notes refMike Hommey
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano
2014-06-12replace dangerous uses of strbuf_attachJeff King
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
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy
2011-11-13commit: teach --gpg-sign optionJunio C Hamano
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland
2010-04-02introduce notes-cache interfaceJeff King