summaryrefslogtreecommitdiffstats
path: root/notes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-4/+4
* tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-1/+1
* sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-5/+4
* notes: convert write_notes_tree to object_idPatryk Obara2018-01-301-7/+9
* notes: convert combine_notes_* to object_idPatryk Obara2018-01-301-23/+23
* Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano2017-11-091-17/+0
|\
| * notes: move hex_to_bytes() to hex.c and export itRené Scharfe2017-11-011-17/+0
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
|/
* Merge branch 'mh/notes-cleanup'Junio C Hamano2017-09-191-71/+70
|\
| * load_subtree(): check that `prefix_len` is in the expected rangeMichael Haggerty2017-09-091-1/+4
| * load_subtree(): declare some variables to be `size_t`Michael Haggerty2017-08-261-3/+3
| * hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`Michael Haggerty2017-08-261-18/+10
| * get_oid_hex_segment(): don't pad the rest of `oid`Michael Haggerty2017-08-261-11/+13
| * load_subtree(): combine some common codeMichael Haggerty2017-08-261-9/+5
| * get_oid_hex_segment(): return 0 on successMichael Haggerty2017-08-261-8/+7
| * load_subtree(): only consider blobs to be potential notesMichael Haggerty2017-08-261-0/+5
| * load_subtree(): check earlier whether an internal node is a tree entryMichael Haggerty2017-08-261-2/+5
| * load_subtree(): separate logic for internal vs. terminal entriesMichael Haggerty2017-08-261-21/+31
| * load_subtree(): fix incorrect commentMichael Haggerty2017-08-261-17/+7
| * load_subtree(): reduce the scope of some local variablesMichael Haggerty2017-08-261-4/+4
| * load_subtree(): remove unnecessary conditionalMichael Haggerty2017-08-261-18/+17
| * notes: make GET_NIBBLE macro more robustMichael Haggerty2017-08-261-1/+1
* | tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-141-1/+1
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-1/+1
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-021-10/+10
* | notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-021-4/+4
* | notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-021-9/+9
* | notes: convert for_each_note to struct object_idbrian m. carlson2017-06-021-12/+12
* | notes: convert internal parts to struct object_idbrian m. carlson2017-06-021-31/+33
* | notes: convert internal structures to struct object_idbrian m. carlson2017-06-021-47/+51
|/
* notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey2017-03-271-2/+4
* notes: convert init_notes to use struct object_idbrian m. carlson2016-09-071-6/+6
* use string_list initializer consistentlyJeff King2016-06-131-1/+1
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-1/+1
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* | Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano2016-02-031-0/+10
|\ \
| * | notes: allow merging from arbitrary referencesJacob Keller2016-01-171-0/+10
| |/
* / notes: allow treeish expressions as notes refMike Hommey2016-01-121-4/+7
|/
* notes: document length of fanout path with a constantJeff King2015-10-051-3/+6
* Sync with 2.4.9Junio C Hamano2015-09-041-9/+10
|\
| * Sync with 2.2.3Junio C Hamano2015-09-041-9/+10
| |\
| | * notes: use a strbuf in add_non_noteJeff King2015-09-041-9/+10
| * | Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-241-1/+1
| |\ \