summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano
2023-05-02Merge branch 'jk/misc-null-check-fixes'Junio C Hamano
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau
2023-04-24notes: clean up confusing NULL checks in init_notes()Jeff King
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24notes: mark unused callback parametersJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-05refs: add array of ref namespacesDerrick Stolee
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-30Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano
2020-11-23notes.c: fix a segfault in notes_display_config()Nate Avers
2020-02-17Merge branch 'rs/strbuf-insertstr'Junio C Hamano
2020-02-14Merge branch 'jh/notes-fanout-fix'Junio C Hamano
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
2020-02-04notes.c: fix off-by-one error when decreasing notes fanoutJohan Herland
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu
2019-12-09notes: extract logic into set_display_notes()Denton Liu
2019-12-09notes: create init_display_notes() helperDenton Liu
2019-12-09notes: rename to load_display_notes()Denton Liu
2019-09-30Merge branch 'mh/notes-duplicate-entries'Junio C Hamano
2019-08-26notes: avoid potential use-after-free during insertionJeff King
2019-08-26notes: avoid leaking duplicate entriesMike Hommey
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy
2019-05-08Merge branch 'en/merge-directory-renames'Junio C Hamano
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-04-01notes: replace sha1_to_hexbrian m. carlson
2019-04-01notes: make hash size independentbrian m. carlson