aboutsummaryrefslogtreecommitdiff
path: root/notes.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/hex-to-bytes-cleanup'Junio C Hamano2017-11-09
|\
| * notes: move hex_to_bytes() to hex.c and export itRené Scharfe2017-11-01
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
|/
* Merge branch 'mh/notes-cleanup'Junio C Hamano2017-09-19
|\
| * load_subtree(): check that `prefix_len` is in the expected rangeMichael Haggerty2017-09-09
| * load_subtree(): declare some variables to be `size_t`Michael Haggerty2017-08-26
| * hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`Michael Haggerty2017-08-26
| * get_oid_hex_segment(): don't pad the rest of `oid`Michael Haggerty2017-08-26
| * load_subtree(): combine some common codeMichael Haggerty2017-08-26
| * get_oid_hex_segment(): return 0 on successMichael Haggerty2017-08-26
| * load_subtree(): only consider blobs to be potential notesMichael Haggerty2017-08-26
| * load_subtree(): check earlier whether an internal node is a tree entryMichael Haggerty2017-08-26
| * load_subtree(): separate logic for internal vs. terminal entriesMichael Haggerty2017-08-26
| * load_subtree(): fix incorrect commentMichael Haggerty2017-08-26
| * load_subtree(): reduce the scope of some local variablesMichael Haggerty2017-08-26
| * load_subtree(): remove unnecessary conditionalMichael Haggerty2017-08-26
| * notes: make GET_NIBBLE macro more robustMichael Haggerty2017-08-26
* | tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-14
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-02
* | notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-02
* | notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-02
* | notes: convert for_each_note to struct object_idbrian m. carlson2017-06-02
* | notes: convert internal parts to struct object_idbrian m. carlson2017-06-02
* | notes: convert internal structures to struct object_idbrian m. carlson2017-06-02
|/
* notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey2017-03-27
* notes: convert init_notes to use struct object_idbrian m. carlson2016-09-07
* use string_list initializer consistentlyJeff King2016-06-13
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano2016-02-03
|\ \
| * | notes: allow merging from arbitrary referencesJacob Keller2016-01-17
| |/
* | notes: allow treeish expressions as notes refMike Hommey2016-01-12
|/
* notes: document length of fanout path with a constantJeff King2015-10-05
* Sync with 2.4.9Junio C Hamano2015-09-04
|\
| * Sync with 2.2.3Junio C Hamano2015-09-04
| |\
| | * notes: use a strbuf in add_non_noteJeff King2015-09-04
| * | Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-24
| |\ \
* | | | string_list_add_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
| |/
* | Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano2014-12-22
|\ \
| * | sort_string_list(): rename to string_list_sort()Michael Haggerty2014-11-25
| |/
* | notes: empty notes should be shown by 'git log'Johan Herland2014-11-12
|/
* notes.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05