aboutsummaryrefslogtreecommitdiffstats
path: root/notes-cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+3
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren1-1/+1
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-5/+7
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+2
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara1-1/+1
2018-01-30notes: convert write_notes_tree to object_idPatryk Obara1-1/+1
2018-01-30commit: convert commit_tree* to object_idPatryk Obara1-2/+2
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson1-1/+1
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson1-1/+1
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson1-2/+2
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson1-4/+4
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+1
2017-05-08notes-cache: convert to struct object_idbrian m. carlson1-15/+14
2016-01-12notes: allow treeish expressions as notes refMike Hommey1-5/+6
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano1-4/+2
2014-06-12replace dangerous uses of strbuf_attachJeff King1-4/+2
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King1-1/+1
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty1-1/+1
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano1-1/+1
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy1-1/+4
2011-11-12commit: teach --gpg-sign optionJunio C Hamano1-1/+1
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland1-2/+1
2010-04-01introduce notes-cache interfaceJeff King1-0/+94