index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
packfile: abstract away hash constant values
brian m. carlson
2018-05-02
1
-29
/
+37
*
packfile: convert find_pack_entry to object_id
brian m. carlson
2018-05-02
1
-6
/
+6
*
packfile: convert has_sha1_pack to object_id
brian m. carlson
2018-05-02
1
-2
/
+2
*
packfile: remove unused member from struct pack_entry
brian m. carlson
2018-05-02
1
-1
/
+0
*
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
2018-04-11
1
-39
/
+37
|
\
|
*
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-1
/
+4
|
*
packfile: allow find_pack_entry to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-6
/
+5
|
*
packfile: add repository argument to find_pack_entry
Stefan Beller
2018-03-26
1
-6
/
+2
|
*
packfile: allow reprepare_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-4
/
+4
|
*
packfile: allow prepare_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-9
/
+9
|
*
packfile: allow prepare_packed_git_one to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-4
/
+3
|
*
packfile: add repository argument to reprepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
|
*
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-5
/
+5
|
*
packfile: add repository argument to prepare_packed_git_one
Stefan Beller
2018-03-26
1
-3
/
+4
|
*
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-4
/
+4
|
*
packfile: allow rearrange_packed_git to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-4
/
+4
|
*
packfile: allow prepare_packed_git_mru to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-5
/
+5
*
|
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-33
/
+44
|
\
|
|
*
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
2018-03-26
1
-1
/
+1
|
*
pack: move approximate object count to object store
Stefan Beller
2018-03-26
1
-6
/
+5
|
*
pack: move prepare_packed_git_run_once to object store
Stefan Beller
2018-03-26
1
-4
/
+3
|
*
object-store: close all packs upon clearing the object store
Stefan Beller
2018-03-26
1
-2
/
+2
|
*
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-20
/
+31
|
*
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
2018-03-23
1
-1
/
+2
|
*
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
2018-03-23
1
-0
/
+1
*
|
packfile: define and use bsearch_pack()
Derrick Stolee
2018-03-22
1
-16
/
+26
*
|
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-2
/
+2
*
|
packfile: convert unpack_entry to struct object_id
brian m. carlson
2018-03-14
1
-11
/
+11
*
|
sha1_file: convert retry_bad_packed_offset to struct object_id
brian m. carlson
2018-03-14
1
-4
/
+4
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-4
/
+4
|
\
\
|
*
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
|
*
|
object_info: change member name from 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-3
/
+3
*
|
|
Merge branch 'jt/binsearch-with-fanout'
Junio C Hamano
2018-02-27
1
-25
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
packfile: refactor hash search with fanout table
Jonathan Tan
2018-02-15
1
-14
/
+4
|
*
|
packfile: remove GIT_DEBUG_LOOKUP log statements
Jonathan Tan
2018-02-15
1
-11
/
+0
|
|
/
*
|
Merge branch 'ds/use-get-be64'
Junio C Hamano
2018-02-13
1
-2
/
+1
|
\
\
|
*
|
packfile: use get_be64() for large offsets
Derrick Stolee
2018-01-19
1
-2
/
+1
|
|
/
*
|
Merge branch 'gs/retire-mru'
Junio C Hamano
2018-02-13
1
-8
/
+9
|
\
\
|
*
|
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
2018-01-24
1
-8
/
+9
*
|
|
Merge branch 'ot/mru-on-list'
Junio C Hamano
2018-02-13
1
-3
/
+4
|
\
|
|
|
*
|
mru: use double-linked list from list.h
Olga Telezhnaya
2017-10-01
1
-3
/
+4
*
|
|
fsck: introduce partialclone extension
Jonathan Tan
2017-12-05
1
-3
/
+74
|
|
/
|
/
|
*
|
cleanup: fix possible overflow errors in binary search
Derrick Stolee
2017-10-10
1
-1
/
+1
*
|
Merge branch 'jk/read-in-full'
Junio C Hamano
2017-10-03
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
distinguish error versus short read from read_in_full()
Jeff King
2017-09-27
1
-2
/
+9
*
|
pack: make packed_git_mru global a value instead of a pointer
Jonathan Nieder
2017-09-14
1
-7
/
+5
|
/
*
pack: move for_each_packed_object()
Jonathan Tan
2017-08-24
1
-0
/
+40
*
pack: move has_pack_index()
Jonathan Tan
2017-08-24
1
-0
/
+8
*
pack: move has_sha1_pack()
Jonathan Tan
2017-08-24
1
-0
/
+6
*
pack: move find_pack_entry() and make it global
Jonathan Tan
2017-08-24
1
-0
/
+53
[next]