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