summaryrefslogtreecommitdiff
path: root/notes-cache.c
AgeCommit message (Expand)Author
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
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-12commit: 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-01introduce notes-cache interfaceJeff King