summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
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
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
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-03-14tree-walk: convert tree entry functions to 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-30notes: convert combine_notes_* to object_idPatryk Obara
2017-11-09Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano
2017-11-01notes: move hex_to_bytes() to hex.c and export itRené Scharfe
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-09-19Merge branch 'mh/notes-cleanup'Junio C Hamano
2017-09-08load_subtree(): check that `prefix_len` is in the expected rangeMichael Haggerty
2017-08-26load_subtree(): declare some variables to be `size_t`Michael Haggerty
2017-08-26hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`Michael Haggerty
2017-08-26get_oid_hex_segment(): don't pad the rest of `oid`Michael Haggerty
2017-08-26load_subtree(): combine some common codeMichael Haggerty
2017-08-26get_oid_hex_segment(): return 0 on successMichael Haggerty
2017-08-26load_subtree(): only consider blobs to be potential notesMichael Haggerty
2017-08-26load_subtree(): check earlier whether an internal node is a tree entryMichael Haggerty
2017-08-26load_subtree(): separate logic for internal vs. terminal entriesMichael Haggerty
2017-08-26load_subtree(): fix incorrect commentMichael Haggerty
2017-08-26load_subtree(): reduce the scope of some local variablesMichael Haggerty