summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
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
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland
2010-11-10notes.h/c: Allow combine_notes functions to remove notesJohan Herland
2010-11-10notes.c: Reorder functions in preparation for next commitJohan Herland
2010-11-10notes.h: Make default_notes_ref() available in notes APIJohan Herland
2010-11-10notes.c: Hexify SHA1 in die() message from init_notes()Johan Herland
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano
2010-06-29Merge branch 'maint'Junio C Hamano
2010-06-28notes: Initialise variable to appease gccRamsay Jones
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips
2010-06-27string_list: Fix argument order for for_each_string_listJulian Phillips
2010-05-20notes: dry-run and verbose options for pruneMichael J Gruber
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-20notes.c: remove inappropriate call to returnBrandon Casey
2010-03-13notes: track whether notes_trees were changed at allThomas Rast
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast