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-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-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
[next]