summaryrefslogtreecommitdiffstats
path: root/notes-cache.c
Commit message (Expand)AuthorAgeFilesLines
* notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-5/+7
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+2
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-1/+1
* notes: convert write_notes_tree to object_idPatryk Obara2018-01-301-1/+1
* commit: convert commit_tree* to object_idPatryk Obara2018-01-301-2/+2
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
* refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+1
* notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-021-2/+2
* notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-021-4/+4
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
* notes-cache: convert to struct object_idbrian m. carlson2017-05-081-15/+14
* notes: allow treeish expressions as notes refMike Hommey2016-01-121-5/+6
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-4/+2
|\
| * replace dangerous uses of strbuf_attachJeff King2014-06-121-4/+2
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-1/+1
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-1/+1
|/
* Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-1/+1
|\
| * commit: teach --gpg-sign optionJunio C Hamano2011-11-121-1/+1
* | Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-151-1/+4
|/
* notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland2010-11-171-2/+1
* introduce notes-cache interfaceJeff King2010-04-011-0/+94