summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
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
2017-06-02notes: convert internal structures to struct object_idbrian m. carlson
2017-03-28notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey
2016-09-07notes: convert init_notes to use struct object_idbrian m. carlson
2016-06-13use string_list initializer consistentlyJeff King
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano
2016-01-17notes: allow merging from arbitrary referencesJacob Keller
2016-01-12notes: allow treeish expressions as notes refMike Hommey
2015-10-05notes: document length of fanout path with a constantJeff King
2015-09-04Sync with 2.4.9Junio C Hamano
2015-09-04Sync with 2.2.3Junio C Hamano
2015-09-04notes: use a strbuf in add_non_noteJeff King
2015-05-25string_list_add_one_ref(): rewrite to take an object_id argumentMichael Haggerty