aboutsummaryrefslogtreecommitdiffstats
path: root/notes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Sync with 2.4.9Junio C Hamano1-9/+10
2015-09-04Sync with 2.2.3Junio C Hamano1-9/+10
2015-09-04notes: use a strbuf in add_non_noteJeff King1-9/+10
2015-05-25string_list_add_one_ref(): rewrite to take an object_id argumentMichael Haggerty1-5/+2
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-1/+4
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano1-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano1-1/+1
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King1-1/+1
2014-12-22Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano1-1/+1
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty1-1/+1
2014-11-12notes: empty notes should be shown by 'git log'Johan Herland1-2/+1
2014-05-27notes.c: rearrange xcalloc argumentsBrian Gesiak1-3/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-4/+4
2013-06-02string_list_add_refs_by_glob(): add a comment about memory managementMichael Haggerty1-0/+4
2013-06-02string_list_add_one_ref(): rename first parameter to "refname"Michael Haggerty1-3/+3
2012-11-15Merge branch 'jc/prettier-pretty-note'Junio C Hamano1-6/+7
2012-11-15Merge branch 'mh/notes-string-list'Junio C Hamano1-36/+25
2012-11-15Merge branch 'jc/same-encoding'Junio C Hamano1-1/+1
2012-11-08string_list_add_refs_from_colon_sep(): use string_list_split()Michael Haggerty1-13/+8
2012-11-08notes: fix handling of colon-separated valuesMichael Haggerty1-2/+2
2012-11-08combine_notes_cat_sort_uniq(): sort and dedup lines all at onceMichael Haggerty1-22/+16
2012-11-08Initialize sort_uniq_list using named constantMichael Haggerty1-1/+1
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano1-1/+1
2012-10-17format_note(): simplify APIJunio C Hamano1-6/+7
2012-09-15notes.c: mark a private file-scope symbol as staticJunio C Hamano1-2/+12
2011-08-22Do not use C++-style commentsMichael Haggerty1-1/+1
2011-03-29notes: refactor display notes default handlingJeff King1-1/+2
2011-03-29notes: refactor display notes extra refs fieldJeff King1-2/+2
2011-03-29notes: make expand_notes_ref globally accessibleJeff King1-0/+10
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano1-92/+180
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland1-0/+76
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland1-3/+4
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland1-27/+28
2010-11-10notes.h/c: Allow combine_notes functions to remove notesJohan Herland1-1/+11
2010-11-10notes.c: Reorder functions in preparation for next commitJohan Herland1-73/+73
2010-11-10notes.h: Make default_notes_ref() available in notes APIJohan Herland1-1/+1
2010-11-10notes.c: Hexify SHA1 in die() message from init_notes()Johan Herland1-1/+1
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland1-4/+10
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen1-32/+14
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-6/+6
2010-06-28Merge branch 'maint'Junio C Hamano1-1/+1
2010-06-28notes: Initialise variable to appease gccRamsay Jones1-1/+1
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-3/+3
2010-06-27string_list: Fix argument order for for_each_string_listJulian Phillips1-3/+3
2010-05-19notes: dry-run and verbose options for pruneMichael J Gruber1-2/+5
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano1-7/+183
2010-03-20notes.c: remove inappropriate call to returnBrandon Casey1-1/+1
2010-03-12notes: track whether notes_trees were changed at allThomas Rast1-0/+3
2010-03-12notes: implement 'git notes copy --stdin'Thomas Rast1-0/+18
2010-03-12Support showing notes from more than one notes treeThomas Rast1-7/+162