aboutsummaryrefslogtreecommitdiff
path: root/notes.c
Commit message (Expand)AuthorAge
* notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey2017-03-27
* notes: convert init_notes to use struct object_idbrian m. carlson2016-09-07
* use string_list initializer consistentlyJeff King2016-06-13
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano2016-02-03
|\ \
| * | notes: allow merging from arbitrary referencesJacob Keller2016-01-17
| |/
* | notes: allow treeish expressions as notes refMike Hommey2016-01-12
|/
* notes: document length of fanout path with a constantJeff King2015-10-05
* Sync with 2.4.9Junio C Hamano2015-09-04
|\
| * Sync with 2.2.3Junio C Hamano2015-09-04
| |\
| | * notes: use a strbuf in add_non_noteJeff King2015-09-04
| * | Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-24
| |\ \
* | | | string_list_add_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
| |/
* | Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano2014-12-22
|\ \
| * | sort_string_list(): rename to string_list_sort()Michael Haggerty2014-11-25
| |/
* | notes: empty notes should be shown by 'git log'Johan Herland2014-11-12
|/
* notes.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* string_list_add_refs_by_glob(): add a comment about memory managementMichael Haggerty2013-06-02
* string_list_add_one_ref(): rename first parameter to "refname"Michael Haggerty2013-06-02
* Merge branch 'jc/prettier-pretty-note'Junio C Hamano2012-11-15
|\
| * format_note(): simplify APIJunio C Hamano2012-10-17
* | Merge branch 'mh/notes-string-list'Junio C Hamano2012-11-15
|\ \
| * | string_list_add_refs_from_colon_sep(): use string_list_split()Michael Haggerty2012-11-08
| * | notes: fix handling of colon-separated valuesMichael Haggerty2012-11-08
| * | combine_notes_cat_sort_uniq(): sort and dedup lines all at onceMichael Haggerty2012-11-08
| * | Initialize sort_uniq_list using named constantMichael Haggerty2012-11-08
| |/
* | Merge branch 'jc/same-encoding'Junio C Hamano2012-11-15
|\ \ | |/ |/|
| * reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-04
* | notes.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
|/
* Do not use C++-style commentsMichael Haggerty2011-08-22
* notes: refactor display notes default handlingJeff King2011-03-29
* notes: refactor display notes extra refs fieldJeff King2011-03-29
* notes: make expand_notes_ref globally accessibleJeff King2011-03-29
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-08
|\
| * git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-17
| * notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-17
| * notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland2010-11-17
| * notes.h/c: Allow combine_notes functions to remove notesJohan Herland2010-11-10
| * notes.c: Reorder functions in preparation for next commitJohan Herland2010-11-10
| * notes.h: Make default_notes_ref() available in notes APIJohan Herland2010-11-10
| * notes.c: Hexify SHA1 in die() message from init_notes()Johan Herland2010-11-10
* | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-31
* | Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-05
|/
* Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\