summaryrefslogtreecommitdiffstats
path: root/notes.c
AgeCommit message (Expand)AuthorLines
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-4/+4
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson-1/+1
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara-5/+4
2018-01-30notes: convert write_notes_tree to object_idPatryk Obara-7/+9
2018-01-30notes: convert combine_notes_* to object_idPatryk Obara-23/+23
2017-11-09Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano-17/+0
2017-11-01notes: move hex_to_bytes() to hex.c and export itRené Scharfe-17/+0
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson-1/+1
2017-09-19Merge branch 'mh/notes-cleanup'Junio C Hamano-71/+70
2017-09-09load_subtree(): check that `prefix_len` is in the expected rangeMichael Haggerty-1/+4
2017-08-26load_subtree(): declare some variables to be `size_t`Michael Haggerty-3/+3
2017-08-26hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`Michael Haggerty-18/+10
2017-08-26get_oid_hex_segment(): don't pad the rest of `oid`Michael Haggerty-11/+13
2017-08-26load_subtree(): combine some common codeMichael Haggerty-9/+5
2017-08-26get_oid_hex_segment(): return 0 on successMichael Haggerty-8/+7
2017-08-26load_subtree(): only consider blobs to be potential notesMichael Haggerty-0/+5
2017-08-26load_subtree(): check earlier whether an internal node is a tree entryMichael Haggerty-2/+5
2017-08-26load_subtree(): separate logic for internal vs. terminal entriesMichael Haggerty-21/+31
2017-08-26load_subtree(): fix incorrect commentMichael Haggerty-17/+7
2017-08-26load_subtree(): reduce the scope of some local variablesMichael Haggerty-4/+4
2017-08-26load_subtree(): remove unnecessary conditionalMichael Haggerty-18/+17
2017-08-26notes: make GET_NIBBLE macro more robustMichael Haggerty-1/+1
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe-1/+1
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson-1/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson-10/+10
2017-06-02notes: convert format_display_notes to struct object_idbrian m. carlson-4/+4
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson-9/+9
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson-12/+12
2017-06-02notes: convert internal parts to struct object_idbrian m. carlson-31/+33
2017-06-02notes: convert internal structures to struct object_idbrian m. carlson-47/+51
2017-03-27notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey-2/+4
2016-09-07notes: convert init_notes to use struct object_idbrian m. carlson-6/+6
2016-06-13use string_list initializer consistentlyJeff King-1/+1
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson-2/+2
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-1/+1
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano-0/+10
2016-01-17notes: allow merging from arbitrary referencesJacob Keller-0/+10
2016-01-12notes: allow treeish expressions as notes refMike Hommey-4/+7
2015-10-05notes: document length of fanout path with a constantJeff King-3/+6
2015-09-04Sync with 2.4.9Junio C Hamano-9/+10
2015-09-04Sync with 2.2.3Junio C Hamano-9/+10
2015-09-04notes: use a strbuf in add_non_noteJeff King-9/+10
2015-05-25string_list_add_one_ref(): rewrite to take an object_id argumentMichael Haggerty-5/+2
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-1/+4
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano-1/+1
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King-1/+1