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
/
packfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
sha1_file: convert retry_bad_packed_offset to struct object_id
brian m. carlson
1
-4
/
+4
2018-03-13
Merge branch 'jt/binsearch-with-fanout' into HEAD
Junio C Hamano
1
-25
/
+4
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-4
/
+4
2018-02-27
Merge branch 'jt/binsearch-with-fanout'
Junio C Hamano
1
-25
/
+4
2018-02-15
packfile: refactor hash search with fanout table
Jonathan Tan
1
-14
/
+4
2018-02-15
packfile: remove GIT_DEBUG_LOOKUP log statements
Jonathan Tan
1
-11
/
+0
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-14
object_info: change member name from 'typename' to 'type_name'
Brandon Williams
1
-3
/
+3
2018-02-13
Merge branch 'ds/use-get-be64'
Junio C Hamano
1
-2
/
+1
2018-02-13
Merge branch 'gs/retire-mru'
Junio C Hamano
1
-8
/
+9
2018-02-13
Merge branch 'ot/mru-on-list'
Junio C Hamano
1
-3
/
+4
2018-01-24
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
1
-8
/
+9
2018-01-19
packfile: use get_be64() for large offsets
Derrick Stolee
1
-2
/
+1
2017-12-05
fsck: introduce partialclone extension
Jonathan Tan
1
-3
/
+74
2017-10-10
cleanup: fix possible overflow errors in binary search
Derrick Stolee
1
-1
/
+1
2017-10-03
Merge branch 'jk/read-in-full'
Junio C Hamano
1
-2
/
+9
2017-10-01
mru: use double-linked list from list.h
Olga Telezhnaya
1
-3
/
+4
2017-09-27
distinguish error versus short read from read_in_full()
Jeff King
1
-2
/
+9
2017-09-14
pack: make packed_git_mru global a value instead of a pointer
Jonathan Nieder
1
-7
/
+5
2017-08-23
pack: move for_each_packed_object()
Jonathan Tan
1
-0
/
+40
2017-08-23
pack: move has_pack_index()
Jonathan Tan
1
-0
/
+8
2017-08-23
pack: move has_sha1_pack()
Jonathan Tan
1
-0
/
+6
2017-08-23
pack: move find_pack_entry() and make it global
Jonathan Tan
1
-0
/
+53
2017-08-23
pack: move find_sha1_pack()
Jonathan Tan
1
-0
/
+13
2017-08-23
pack: move find_pack_entry_one(), is_pack_valid()
Jonathan Tan
1
-1
/
+75
2017-08-23
pack: move check_pack_index_ptr(), nth_packed_object_offset()
Jonathan Tan
1
-0
/
+33
2017-08-23
pack: move nth_packed_object_{sha1,oid}
Jonathan Tan
1
-0
/
+31
2017-08-23
pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()
Jonathan Tan
1
-0
/
+661
2017-08-23
pack: move unpack_object_header()
Jonathan Tan
1
-0
/
+26
2017-08-23
pack: move get_size_from_delta()
Jonathan Tan
1
-0
/
+40
2017-08-23
pack: move unpack_object_header_buffer()
Jonathan Tan
1
-0
/
+25
2017-08-23
pack: move {,re}prepare_packed_git and approximate_object_count
Jonathan Tan
1
-0
/
+217
2017-08-23
pack: move install_packed_git()
Jonathan Tan
1
-1
/
+10
2017-08-23
pack: move add_packed_git()
Jonathan Tan
1
-0
/
+53
2017-08-23
pack: move unuse_pack()
Jonathan Tan
1
-0
/
+9
2017-08-23
pack: move use_pack()
Jonathan Tan
1
-9
/
+294
2017-08-23
pack: move pack-closing functions
Jonathan Tan
1
-0
/
+54
2017-08-23
pack: move release_pack_memory()
Jonathan Tan
1
-0
/
+49
2017-08-23
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
1
-0
/
+149
2017-08-23
pack: move pack_report()
Jonathan Tan
1
-0
/
+24
2017-08-23
pack: move static state variables
Jonathan Tan
1
-0
/
+14
2017-08-23
pack: move pack name-related functions
Jonathan Tan
1
-0
/
+23
[prev]