summaryrefslogtreecommitdiffstats
path: root/notes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* environment: stop storing "core.notesRef" globallyPatrick Steinhardt2024-09-121-8/+13
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-7/+14
|\
| * notes: fix memory leak when pruning notesPatrick Steinhardt2024-06-111-1/+6
| * revision: fix leaking display notesPatrick Steinhardt2024-06-111-6/+8
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | global: ensure that object IDs are always paddedPatrick Steinhardt2024-06-141-0/+2
* | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-4/+4
* | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-1/+1
|/
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-2/+3
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-1/+3
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+3
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-021-1/+1
|\
| * string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2023-04-251-1/+1
* | Merge branch 'jk/misc-null-check-fixes'Junio C Hamano2023-05-021-2/+2
|\ \
| * | notes: clean up confusing NULL checks in init_notes()Jeff King2023-04-241-2/+2
| |/
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-8/+10
| |\ \
* | | | treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
* | | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-8/+10
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+7
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| |/ |/|
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-5/+6
|\ \
| * | notes: mark unused callback parametersJeff King2023-02-241-5/+6
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+3
|\|
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+3
* | refs: add array of ref namespacesDerrick Stolee2022-08-051-0/+1
|/
* object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-4/+4
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* hash: set, copy, and use algo field in struct object_idbrian m. carlson2021-04-271-0/+3
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-2/+2
* use CALLOC_ARRAYRené Scharfe2021-03-141-1/+1
* Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano2020-11-301-1/+1
|\
| * notes.c: fix a segfault in notes_display_config()Nate Avers2020-11-231-1/+1
* | Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-171-2/+2
|\ \
| * | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-2/+2
* | | Merge branch 'jh/notes-fanout-fix'Junio C Hamano2020-02-141-8/+12
|\ \ \
| * | | notes.c: fix off-by-one error when decreasing notes fanoutJohan Herland2020-02-041-8/+12
| | |/ | |/|
* | | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-4/+2
| |/ |/|
* | Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano2019-12-251-0/+33
|\ \ | |/ |/|
| * notes: break set_display_notes() into smaller functionsDenton Liu2019-12-131-20/+23
| * notes: extract logic into set_display_notes()Denton Liu2019-12-091-0/+24