index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
notes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-2
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-4
/
+4
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-1
/
+1
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-5
/
+4
2018-01-30
notes: convert write_notes_tree to object_id
Patryk Obara
1
-7
/
+9
2018-01-30
notes: convert combine_notes_* to object_id
Patryk Obara
1
-23
/
+23
2017-11-09
Merge branch 'rs/hex-to-bytes-cleanup'
Junio C Hamano
1
-17
/
+0
2017-11-01
notes: move hex_to_bytes() to hex.c and export it
René Scharfe
1
-17
/
+0
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-1
/
+1
2017-09-19
Merge branch 'mh/notes-cleanup'
Junio C Hamano
1
-71
/
+70
2017-09-09
load_subtree(): check that `prefix_len` is in the expected range
Michael Haggerty
1
-1
/
+4
2017-08-26
load_subtree(): declare some variables to be `size_t`
Michael Haggerty
1
-3
/
+3
2017-08-26
hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`
Michael Haggerty
1
-18
/
+10
2017-08-26
get_oid_hex_segment(): don't pad the rest of `oid`
Michael Haggerty
1
-11
/
+13
2017-08-26
load_subtree(): combine some common code
Michael Haggerty
1
-9
/
+5
2017-08-26
get_oid_hex_segment(): return 0 on success
Michael Haggerty
1
-8
/
+7
2017-08-26
load_subtree(): only consider blobs to be potential notes
Michael Haggerty
1
-0
/
+5
2017-08-26
load_subtree(): check earlier whether an internal node is a tree entry
Michael Haggerty
1
-2
/
+5
2017-08-26
load_subtree(): separate logic for internal vs. terminal entries
Michael Haggerty
1
-21
/
+31
2017-08-26
load_subtree(): fix incorrect comment
Michael Haggerty
1
-17
/
+7
2017-08-26
load_subtree(): reduce the scope of some local variables
Michael Haggerty
1
-4
/
+4
2017-08-26
load_subtree(): remove unnecessary conditional
Michael Haggerty
1
-18
/
+17
2017-08-26
notes: make GET_NIBBLE macro more robust
Michael Haggerty
1
-1
/
+1
2017-08-14
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
1
-1
/
+1
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-02
notes: convert some accessor functions to struct object_id
brian m. carlson
1
-10
/
+10
2017-06-02
notes: convert format_display_notes to struct object_id
brian m. carlson
1
-4
/
+4
2017-06-02
notes: make get_note return pointer to struct object_id
brian m. carlson
1
-9
/
+9
2017-06-02
notes: convert for_each_note to struct object_id
brian m. carlson
1
-12
/
+12
2017-06-02
notes: convert internal parts to struct object_id
brian m. carlson
1
-31
/
+33
2017-06-02
notes: convert internal structures to struct object_id
brian m. carlson
1
-47
/
+51
2017-03-27
notes: do not break note_tree structure in note_tree_consolidate()
Mike Hommey
1
-2
/
+4
2016-09-07
notes: convert init_notes to use struct object_id
brian m. carlson
1
-6
/
+6
2016-06-13
use string_list initializer consistently
Jeff King
1
-1
/
+1
2016-04-25
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
1
-2
/
+2
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-1
/
+1
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
1
-1
/
+1
2016-02-03
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
1
-0
/
+10
2016-01-17
notes: allow merging from arbitrary references
Jacob Keller
1
-0
/
+10
2016-01-12
notes: allow treeish expressions as notes ref
Mike Hommey
1
-4
/
+7
2015-10-05
notes: document length of fanout path with a constant
Jeff King
1
-3
/
+6
2015-09-04
Sync with 2.4.9
Junio C Hamano
1
-9
/
+10
2015-09-04
Sync with 2.2.3
Junio C Hamano
1
-9
/
+10
2015-09-04
notes: use a strbuf in add_non_note
Jeff King
1
-9
/
+10
2015-05-25
string_list_add_one_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+2
[next]