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