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-06-29
object: add repository argument to parse_object
Stefan Beller
1
-1
/
+1
2018-06-18
Merge branch 'jl/zlib-restore-nul-termination'
Junio C Hamano
1
-0
/
+3
2018-06-13
packfile: correct zlib buffer handling
Jeremy Linton
1
-0
/
+3
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-36
/
+43
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-3
/
+3
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-17
/
+23
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-1
/
+1
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-2
/
+2
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-3
/
+3
2018-05-02
packfile: abstract away hash constant values
brian m. carlson
1
-29
/
+37
2018-05-02
packfile: convert find_pack_entry to object_id
brian m. carlson
1
-6
/
+6
2018-05-02
packfile: convert has_sha1_pack to object_id
brian m. carlson
1
-2
/
+2
2018-05-02
packfile: remove unused member from struct pack_entry
brian m. carlson
1
-1
/
+0
2018-04-26
cache.h: allow oid_object_info to handle arbitrary repositories
Stefan Beller
1
-30
/
+28
2018-04-26
packfile: add repository argument to cache_or_unpack_entry
Stefan Beller
1
-2
/
+3
2018-04-26
packfile: add repository argument to unpack_entry
Stefan Beller
1
-3
/
+4
2018-04-26
packfile: add repository argument to read_object
Stefan Beller
1
-3
/
+5
2018-04-26
packfile: add repository argument to packed_object_info
Jonathan Nieder
1
-2
/
+2
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
[prev]
[next]