summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
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
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-02-25Merge branch 'jk/blame-commit-label' into maintJunio C Hamano
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King
2014-12-22Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty
2014-11-12notes: empty notes should be shown by 'git log'Johan Herland
2014-05-27notes.c: rearrange xcalloc argumentsBrian Gesiak
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-06-02string_list_add_refs_by_glob(): add a comment about memory managementMichael Haggerty
2013-06-02string_list_add_one_ref(): rename first parameter to "refname"Michael Haggerty
2012-11-15Merge branch 'jc/prettier-pretty-note'Junio C Hamano
2012-11-15Merge branch 'mh/notes-string-list'Junio C Hamano
2012-11-15Merge branch 'jc/same-encoding'Junio C Hamano
2012-11-08string_list_add_refs_from_colon_sep(): use string_list_split()Michael Haggerty
2012-11-08notes: fix handling of colon-separated valuesMichael Haggerty
2012-11-08combine_notes_cat_sort_uniq(): sort and dedup lines all at onceMichael Haggerty
2012-11-08Initialize sort_uniq_list using named constantMichael Haggerty
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano
2012-10-18format_note(): simplify APIJunio C Hamano
2012-09-16notes.c: mark a private file-scope symbol as staticJunio C Hamano
2011-08-22Do not use C++-style commentsMichael Haggerty
2011-03-29notes: refactor display notes default handlingJeff King
2011-03-29notes: refactor display notes extra refs fieldJeff King
2011-03-29notes: make expand_notes_ref globally accessibleJeff King
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland