summaryrefslogtreecommitdiff
path: root/notes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-021-1/+1
|\
| * string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2023-04-241-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-231-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-251-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-131-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
| * notes: create init_display_notes() helperDenton Liu2019-12-091-0/+6
| * notes: rename to load_display_notes()Denton Liu2019-12-091-1/+1
* | Merge branch 'mh/notes-duplicate-entries'Junio C Hamano2019-09-301-2/+4
|\ \
| * | notes: avoid potential use-after-free during insertionJeff King2019-08-261-1/+1
| * | notes: avoid leaking duplicate entriesMike Hommey2019-08-261-1/+3
| |/
* | tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-1/+1
* | tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy2019-06-271-1/+1
|/
* Merge branch 'en/merge-directory-renames'Junio C Hamano2019-05-091-1/+1
|\
| * Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
* | notes: replace sha1_to_hexbrian m. carlson2019-04-011-6/+6
* | notes: make hash size independentbrian m. carlson2019-04-011-15/+17
|/
* tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
* convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
* convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
* convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2