summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
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
2017-08-26load_subtree(): remove unnecessary conditionalMichael Haggerty
2017-08-26notes: make GET_NIBBLE macro more robustMichael Haggerty
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson
2017-06-02notes: convert format_display_notes to struct object_idbrian m. carlson
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson
2017-06-02notes: convert internal parts to struct object_idbrian m. carlson