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
2020-02-17
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
1
-2
/
+2
2020-02-14
Merge branch 'jh/notes-fanout-fix'
Junio C Hamano
1
-8
/
+12
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-2
/
+2
2020-02-04
notes.c: fix off-by-one error when decreasing notes fanout
Johan Herland
1
-8
/
+12
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
1
-4
/
+2
2019-12-25
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
1
-0
/
+33
2019-12-13
notes: break set_display_notes() into smaller functions
Denton Liu
1
-20
/
+23
2019-12-09
notes: extract logic into set_display_notes()
Denton Liu
1
-0
/
+24
2019-12-09
notes: create init_display_notes() helper
Denton Liu
1
-0
/
+6
2019-12-09
notes: rename to load_display_notes()
Denton Liu
1
-1
/
+1
2019-09-30
Merge branch 'mh/notes-duplicate-entries'
Junio C Hamano
1
-2
/
+4
2019-08-26
notes: avoid potential use-after-free during insertion
Jeff King
1
-1
/
+1
2019-08-26
notes: avoid leaking duplicate entries
Mike Hommey
1
-1
/
+3
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-05-09
Merge branch 'en/merge-directory-renames'
Junio C Hamano
1
-1
/
+1
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-04-01
notes: replace sha1_to_hex
brian m. carlson
1
-6
/
+6
2019-04-01
notes: make hash size independent
brian m. carlson
1
-15
/
+17
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-2
/
+2
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
[next]