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
*
Merge branch 'mh/notes-cleanup'
Junio C Hamano
2017-09-19
1
-71
/
+70
|
\
|
*
load_subtree(): check that `prefix_len` is in the expected range
Michael Haggerty
2017-09-08
1
-1
/
+4
|
*
load_subtree(): declare some variables to be `size_t`
Michael Haggerty
2017-08-26
1
-3
/
+3
|
*
hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`
Michael Haggerty
2017-08-26
1
-18
/
+10
|
*
get_oid_hex_segment(): don't pad the rest of `oid`
Michael Haggerty
2017-08-26
1
-11
/
+13
|
*
load_subtree(): combine some common code
Michael Haggerty
2017-08-26
1
-9
/
+5
|
*
get_oid_hex_segment(): return 0 on success
Michael Haggerty
2017-08-26
1
-8
/
+7
|
*
load_subtree(): only consider blobs to be potential notes
Michael Haggerty
2017-08-26
1
-0
/
+5
|
*
load_subtree(): check earlier whether an internal node is a tree entry
Michael Haggerty
2017-08-26
1
-2
/
+5
|
*
load_subtree(): separate logic for internal vs. terminal entries
Michael Haggerty
2017-08-26
1
-21
/
+31
|
*
load_subtree(): fix incorrect comment
Michael Haggerty
2017-08-26
1
-17
/
+7
|
*
load_subtree(): reduce the scope of some local variables
Michael Haggerty
2017-08-26
1
-4
/
+4
|
*
load_subtree(): remove unnecessary conditional
Michael Haggerty
2017-08-26
1
-18
/
+17
|
*
notes: make GET_NIBBLE macro more robust
Michael Haggerty
2017-08-26
1
-1
/
+1
*
|
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
2017-08-14
1
-1
/
+1
*
|
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
2017-07-17
1
-1
/
+1
|
/
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
notes: convert some accessor functions to struct object_id
brian m. carlson
2017-06-02
1
-10
/
+10
*
|
notes: convert format_display_notes to struct object_id
brian m. carlson
2017-06-02
1
-4
/
+4
*
|
notes: make get_note return pointer to struct object_id
brian m. carlson
2017-06-02
1
-9
/
+9
*
|
notes: convert for_each_note to struct object_id
brian m. carlson
2017-06-02
1
-12
/
+12
*
|
notes: convert internal parts to struct object_id
brian m. carlson
2017-06-02
1
-31
/
+33
*
|
notes: convert internal structures to struct object_id
brian m. carlson
2017-06-02
1
-47
/
+51
|
/
*
notes: do not break note_tree structure in note_tree_consolidate()
Mike Hommey
2017-03-28
1
-2
/
+4
*
notes: convert init_notes to use struct object_id
brian m. carlson
2016-09-07
1
-6
/
+6
*
use string_list initializer consistently
Jeff King
2016-06-13
1
-1
/
+1
*
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-2
/
+2
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-1
/
+1
|
\
|
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-1
/
+1
*
|
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
2016-02-03
1
-0
/
+10
|
\
\
|
*
|
notes: allow merging from arbitrary references
Jacob Keller
2016-01-17
1
-0
/
+10
|
|
/
*
/
notes: allow treeish expressions as notes ref
Mike Hommey
2016-01-13
1
-4
/
+7
|
/
*
notes: document length of fanout path with a constant
Jeff King
2015-10-05
1
-3
/
+6
*
Sync with 2.4.9
Junio C Hamano
2015-09-04
1
-9
/
+10
|
\
|
*
Sync with 2.2.3
Junio C Hamano
2015-09-04
1
-9
/
+10
|
|
\
|
|
*
notes: use a strbuf in add_non_note
Jeff King
2015-09-04
1
-9
/
+10
|
*
|
Merge branch 'jk/blame-commit-label' into maint
Junio C Hamano
2015-02-25
1
-1
/
+1
|
|
\
\
*
|
|
|
string_list_add_one_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-5
/
+2
*
|
|
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-1
/
+4
*
|
|
|
Merge branch 'jk/blame-commit-label'
Junio C Hamano
2015-02-11
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
use xstrdup_or_null to replace ternary conditionals
Jeff King
2015-01-13
1
-1
/
+1
|
|
/
*
|
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
2014-12-22
1
-1
/
+1
|
\
\
|
*
|
sort_string_list(): rename to string_list_sort()
Michael Haggerty
2014-11-25
1
-1
/
+1
|
|
/
*
/
notes: empty notes should be shown by 'git log'
Johan Herland
2014-11-12
1
-2
/
+1
|
/
*
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
|
\
[next]