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: rename to load_display_notes()
Denton Liu
2019-12-09
1
-1
/
+1
*
|
Merge branch 'mh/notes-duplicate-entries'
Junio C Hamano
2019-09-30
1
-2
/
+4
|
\
\
|
*
|
notes: avoid potential use-after-free during insertion
Jeff King
2019-08-26
1
-1
/
+1
|
*
|
notes: avoid leaking duplicate entries
Mike Hommey
2019-08-26
1
-1
/
+3
|
|
/
*
|
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-1
/
+1
*
|
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-1
/
+1
|
/
*
Merge branch 'en/merge-directory-renames'
Junio C Hamano
2019-05-08
1
-1
/
+1
|
\
|
*
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2019-04-08
1
-1
/
+1
*
|
notes: replace sha1_to_hex
brian m. carlson
2019-04-01
1
-6
/
+6
*
|
notes: make hash size independent
brian m. carlson
2019-04-01
1
-15
/
+17
|
/
*
tree-walk: store object_id in a separate member
brian m. carlson
2019-01-15
1
-2
/
+2
*
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
*
convert "hashcmp() == 0" to hasheq()
Jeff King
2018-08-29
1
-1
/
+1
*
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-2
/
+2
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-4
/
+4
*
tree-walk: convert tree entry functions to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
sha1_file: convert write_sha1_file to object_id
Patryk Obara
2018-01-30
1
-5
/
+4
*
notes: convert write_notes_tree to object_id
Patryk Obara
2018-01-30
1
-7
/
+9
*
notes: convert combine_notes_* to object_id
Patryk Obara
2018-01-30
1
-23
/
+23
*
Merge branch 'rs/hex-to-bytes-cleanup'
Junio C Hamano
2017-11-09
1
-17
/
+0
|
\
|
*
notes: move hex_to_bytes() to hex.c and export it
René Scharfe
2017-11-01
1
-17
/
+0
*
|
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
/
*
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
[prev]
[next]