Age | Commit message (Expand) | Author | Files | Lines |
2017-08-26 | load_subtree(): remove unnecessary conditional | Michael Haggerty | 1 | -18/+17 |
2017-08-26 | notes: make GET_NIBBLE macro more robust | Michael Haggerty | 1 | -1/+1 |
2017-08-14 | tree-walk: convert fill_tree_descriptor() to object_id | René Scharfe | 1 | -1/+1 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-02 | notes: convert some accessor functions to struct object_id | brian m. carlson | 1 | -10/+10 |
2017-06-02 | notes: convert format_display_notes to struct object_id | brian m. carlson | 1 | -4/+4 |
2017-06-02 | notes: make get_note return pointer to struct object_id | brian m. carlson | 1 | -9/+9 |
2017-06-02 | notes: convert for_each_note to struct object_id | brian m. carlson | 1 | -12/+12 |
2017-06-02 | notes: convert internal parts to struct object_id | brian m. carlson | 1 | -31/+33 |
2017-06-02 | notes: convert internal structures to struct object_id | brian m. carlson | 1 | -47/+51 |
2017-03-27 | notes: do not break note_tree structure in note_tree_consolidate() | Mike Hommey | 1 | -2/+4 |
2016-09-07 | notes: convert init_notes to use struct object_id | brian m. carlson | 1 | -6/+6 |
2016-06-13 | use string_list initializer consistently | Jeff King | 1 | -1/+1 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -2/+2 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -1/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+1 |
2016-02-03 | Merge branch 'jk/notes-merge-from-anywhere' | Junio C Hamano | 1 | -0/+10 |
2016-01-17 | notes: allow merging from arbitrary references | Jacob Keller | 1 | -0/+10 |
2016-01-12 | notes: allow treeish expressions as notes ref | Mike Hommey | 1 | -4/+7 |
2015-10-05 | notes: document length of fanout path with a constant | Jeff King | 1 | -3/+6 |
2015-09-04 | Sync with 2.4.9 | Junio C Hamano | 1 | -9/+10 |
2015-09-04 | Sync with 2.2.3 | Junio C Hamano | 1 | -9/+10 |
2015-09-04 | notes: use a strbuf in add_non_note | Jeff King | 1 | -9/+10 |
2015-05-25 | string_list_add_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -5/+2 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+4 |
2015-02-24 | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 1 | -1/+1 |
2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -1/+1 |
2015-01-13 | use xstrdup_or_null to replace ternary conditionals | Jeff King | 1 | -1/+1 |
2014-12-22 | Merge branch 'mh/simplify-repack-without-refs' | Junio C Hamano | 1 | -1/+1 |
2014-11-25 | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 1 | -1/+1 |
2014-11-12 | notes: empty notes should be shown by 'git log' | Johan Herland | 1 | -2/+1 |
2014-05-27 | notes.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -3/+3 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -4/+4 |
2013-06-02 | string_list_add_refs_by_glob(): add a comment about memory management | Michael Haggerty | 1 | -0/+4 |
2013-06-02 | string_list_add_one_ref(): rename first parameter to "refname" | Michael Haggerty | 1 | -3/+3 |
2012-11-15 | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 1 | -6/+7 |
2012-11-15 | Merge branch 'mh/notes-string-list' | Junio C Hamano | 1 | -36/+25 |
2012-11-15 | Merge branch 'jc/same-encoding' | Junio C Hamano | 1 | -1/+1 |
2012-11-08 | string_list_add_refs_from_colon_sep(): use string_list_split() | Michael Haggerty | 1 | -13/+8 |
2012-11-08 | notes: fix handling of colon-separated values | Michael Haggerty | 1 | -2/+2 |
2012-11-08 | combine_notes_cat_sort_uniq(): sort and dedup lines all at once | Michael Haggerty | 1 | -22/+16 |
2012-11-08 | Initialize sort_uniq_list using named constant | Michael Haggerty | 1 | -1/+1 |
2012-11-04 | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 1 | -1/+1 |
2012-10-17 | format_note(): simplify API | Junio C Hamano | 1 | -6/+7 |
2012-09-15 | notes.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -2/+12 |
2011-08-22 | Do not use C++-style comments | Michael Haggerty | 1 | -1/+1 |
2011-03-29 | notes: refactor display notes default handling | Jeff King | 1 | -1/+2 |
2011-03-29 | notes: refactor display notes extra refs field | Jeff King | 1 | -2/+2 |