index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
notes.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
1
-3
/
+3
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-4
/
+4
*
string_list_add_refs_by_glob(): add a comment about memory management
Michael Haggerty
2013-06-03
1
-0
/
+4
*
string_list_add_one_ref(): rename first parameter to "refname"
Michael Haggerty
2013-06-03
1
-3
/
+3
*
Merge branch 'jc/prettier-pretty-note'
Junio C Hamano
2012-11-15
1
-6
/
+7
|
\
|
*
format_note(): simplify API
Junio C Hamano
2012-10-18
1
-6
/
+7
*
|
Merge branch 'mh/notes-string-list'
Junio C Hamano
2012-11-15
1
-36
/
+25
|
\
\
|
*
|
string_list_add_refs_from_colon_sep(): use string_list_split()
Michael Haggerty
2012-11-08
1
-13
/
+8
|
*
|
notes: fix handling of colon-separated values
Michael Haggerty
2012-11-08
1
-2
/
+2
|
*
|
combine_notes_cat_sort_uniq(): sort and dedup lines all at once
Michael Haggerty
2012-11-08
1
-22
/
+16
|
*
|
Initialize sort_uniq_list using named constant
Michael Haggerty
2012-11-08
1
-1
/
+1
|
|
/
*
|
Merge branch 'jc/same-encoding'
Junio C Hamano
2012-11-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
reencode_string(): introduce and use same_encoding()
Junio C Hamano
2012-11-04
1
-1
/
+1
*
|
notes.c: mark a private file-scope symbol as static
Junio C Hamano
2012-09-16
1
-2
/
+12
|
/
*
Do not use C++-style comments
Michael Haggerty
2011-08-22
1
-1
/
+1
*
notes: refactor display notes default handling
Jeff King
2011-03-29
1
-1
/
+2
*
notes: refactor display notes extra refs field
Jeff King
2011-03-29
1
-2
/
+2
*
notes: make expand_notes_ref globally accessible
Jeff King
2011-03-29
1
-0
/
+10
*
Merge branch 'jh/notes-merge'
Junio C Hamano
2010-12-08
1
-92
/
+180
|
\
|
*
git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
Johan Herland
2010-11-17
1
-0
/
+76
|
*
notes.c: Use two newlines (instead of one) when concatenating notes
Johan Herland
2010-11-17
1
-3
/
+4
|
*
notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
Johan Herland
2010-11-17
1
-27
/
+28
|
*
notes.h/c: Allow combine_notes functions to remove notes
Johan Herland
2010-11-10
1
-1
/
+11
|
*
notes.c: Reorder functions in preparation for next commit
Johan Herland
2010-11-10
1
-73
/
+73
|
*
notes.h: Make default_notes_ref() available in notes API
Johan Herland
2010-11-10
1
-1
/
+1
|
*
notes.c: Hexify SHA1 in die() message from init_notes()
Johan Herland
2010-11-10
1
-1
/
+1
*
|
notes: Don't create (empty) commit when removing non-existing notes
Johan Herland
2010-08-31
1
-4
/
+10
*
|
Convert the users of for_each_string_list to for_each_string_list_item macro
Alex Riesen
2010-07-05
1
-32
/
+14
|
/
*
Merge branch 'jp/string-list-api-cleanup'
Junio C Hamano
2010-06-30
1
-6
/
+6
|
\
|
*
string_list: Fix argument order for string_list_append
Julian Phillips
2010-06-27
1
-3
/
+3
|
*
string_list: Fix argument order for for_each_string_list
Julian Phillips
2010-06-27
1
-3
/
+3
*
|
Merge branch 'maint'
Junio C Hamano
2010-06-29
1
-1
/
+1
|
\
\
|
*
|
notes: Initialise variable to appease gcc
Ramsay Jones
2010-06-28
1
-1
/
+1
|
|
/
*
/
notes: dry-run and verbose options for prune
Michael J Gruber
2010-05-20
1
-2
/
+5
|
/
*
Merge branch 'tr/notes-display'
Junio C Hamano
2010-03-25
1
-7
/
+183
|
\
|
*
notes: track whether notes_trees were changed at all
Thomas Rast
2010-03-13
1
-0
/
+3
|
*
notes: implement 'git notes copy --stdin'
Thomas Rast
2010-03-13
1
-0
/
+18
|
*
Support showing notes from more than one notes tree
Thomas Rast
2010-03-13
1
-7
/
+162
*
|
notes.c: remove inappropriate call to return
Brandon Casey
2010-03-20
1
-1
/
+1
*
|
notes: fix malformed tree entry
Junio C Hamano
2010-02-25
1
-2
/
+2
|
/
*
Notes API: prune_notes(): Prune notes that belong to non-existing objects
Johan Herland
2010-02-14
1
-0
/
+39
*
Teach notes code to properly preserve non-notes in the notes tree
Johan Herland
2010-02-14
1
-39
/
+180
*
Refactor notes concatenation into a flexible interface for combining notes
Johan Herland
2010-02-14
1
-58
/
+80
*
Notes API: Allow multiple concurrent notes trees with new struct notes_tree
Johan Herland
2010-02-14
1
-34
/
+56
*
Notes API: write_notes_tree(): Store the notes tree in the database
Johan Herland
2010-02-14
1
-0
/
+145
*
Notes API: for_each_note(): Traverse the entire notes tree with a callback
Johan Herland
2010-02-14
1
-0
/
+133
*
Notes API: get_note(): Return the note annotating the given object
Johan Herland
2010-02-14
1
-7
/
+8
*
Notes API: remove_note(): Remove note objects from the notes tree structure
Johan Herland
2010-02-14
1
-1
/
+84
*
Notes API: add_note(): Add note objects to the internal notes tree structure
Johan Herland
2010-02-14
1
-0
/
+11
*
Notes API: init_notes(): Initialize the notes tree from the given notes ref
Johan Herland
2010-02-14
1
-12
/
+18
[next]