aboutsummaryrefslogtreecommitdiffstats
path: root/notes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-4/+8
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-4/+8
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-6/+7
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-1/+2
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-1/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt1-8/+13
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-7/+14
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-4/+4
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt1-1/+1
2024-06-11notes: fix memory leak when pruning notesPatrick Steinhardt1-1/+6
2024-06-11revision: fix leaking display notesPatrick Steinhardt1-6/+8
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-2/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-1/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano1-1/+1
2023-05-02Merge branch 'jk/misc-null-check-fixes'Junio C Hamano1-2/+2
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau1-1/+1
2023-04-24notes: clean up confusing NULL checks in init_notes()Jeff King1-2/+2
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-8/+10
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-8/+10
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-5/+7
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-5/+6
2023-02-24notes: mark unused callback parametersJeff King1-5/+6
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-2/+3
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-2/+3
2022-08-05refs: add array of ref namespacesDerrick Stolee1-0/+1
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-4/+4
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson1-0/+3
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-2/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2020-11-30Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano1-1/+1