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-04-26
packfile: add repository argument to packed_to_object_type
Stefan Beller
1
-7
/
+9
2018-04-26
packfile: add repository argument to retry_bad_packed_offset
Stefan Beller
1
-3
/
+5
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+1
2018-04-26
cache.h: add repository argument to oid_object_info_extended
Stefan Beller
1
-1
/
+1
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-39
/
+37
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-33
/
+44
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-1
/
+1
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
1
-1
/
+1
2018-04-11
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
1
-4
/
+4
2018-04-11
commit-graph: read only from specific pack-indexes
Derrick Stolee
1
-2
/
+2
2018-03-26
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2018-03-26
packfile: allow find_pack_entry to handle arbitrary repositories
Stefan Beller
1
-6
/
+5
2018-03-26
packfile: add repository argument to find_pack_entry
Stefan Beller
1
-6
/
+2
2018-03-26
packfile: allow reprepare_packed_git to handle arbitrary repositories
Stefan Beller
1
-4
/
+4
2018-03-26
packfile: allow prepare_packed_git to handle arbitrary repositories
Stefan Beller
1
-9
/
+9
2018-03-26
packfile: allow prepare_packed_git_one to handle arbitrary repositories
Stefan Beller
1
-4
/
+3
2018-03-26
packfile: add repository argument to reprepare_packed_git
Stefan Beller
1
-1
/
+1
2018-03-26
packfile: add repository argument to prepare_packed_git
Stefan Beller
1
-5
/
+5
2018-03-26
packfile: add repository argument to prepare_packed_git_one
Stefan Beller
1
-3
/
+4
2018-03-26
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
1
-4
/
+4
2018-03-26
packfile: allow rearrange_packed_git to handle arbitrary repositories
Stefan Beller
1
-4
/
+4
2018-03-26
packfile: allow prepare_packed_git_mru to handle arbitrary repositories
Stefan Beller
1
-5
/
+5
2018-03-26
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
1
-1
/
+1
2018-03-26
pack: move approximate object count to object store
Stefan Beller
1
-6
/
+5
2018-03-26
pack: move prepare_packed_git_run_once to object store
Stefan Beller
1
-4
/
+3
2018-03-26
object-store: close all packs upon clearing the object store
Stefan Beller
1
-2
/
+2
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-20
/
+31
2018-03-23
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
1
-1
/
+2
2018-03-23
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
1
-0
/
+1
2018-03-22
packfile: define and use bsearch_pack()
Derrick Stolee
1
-16
/
+26
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-2
/
+2
2018-03-14
packfile: convert unpack_entry to struct object_id
brian m. carlson
1
-11
/
+11
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
[prev]
[next]