index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
Age
Commit message (
Expand
)
Author
Lines
2023-01-08
packfile: inline custom read_object()
Jeff King
-17
/
+9
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
-1
/
+1
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
-1
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-08-25
Merge branch 'jk/is-promisor-object-keep-tree-in-use'
Junio C Hamano
-2
/
+13
2022-08-19
hashmap: mark unused callback parameters
Jeff King
-1
/
+1
2022-08-18
Merge branch 'jk/fsck-tree-mode-bits-fix'
Junio C Hamano
-1
/
+1
2022-08-14
is_promisor_object(): fix use-after-free of tree buffer
Jeff King
-2
/
+13
2022-08-10
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
-1
/
+1
2022-08-03
Merge branch 'rs/mergesort'
Junio C Hamano
-15
/
+3
2022-07-17
packfile: use DEFINE_LIST_SORT
René Scharfe
-15
/
+3
2022-07-11
Merge branch 'jk/optim-promisor-object-enumeration'
Junio C Hamano
-1
/
+2
2022-06-16
is_promisor_object(): walk promisor packs in pack-order
Jeff King
-1
/
+2
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
-2
/
+17
2022-05-26
pack-mtimes: support reading .mtimes files
Taylor Blau
-2
/
+17
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
-1
/
+1
2022-01-12
Merge branch 'jt/pack-header-lshift-overflow'
Junio C Hamano
-1
/
+1
2022-01-12
packfile: fix off-by-one error in decoding logic
Junio C Hamano
-1
/
+1
2021-12-15
Merge branch 'tb/pack-revindex-on-disk-cleanup'
Junio C Hamano
-1
/
+2
2021-12-10
Merge branch 'jt/pack-header-lshift-overflow'
Junio C Hamano
-1
/
+1
2021-12-04
packfile: make `close_pack_revindex()` static
Taylor Blau
-1
/
+2
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
-3
/
+3
2021-11-11
packfile: avoid overflowing shift during decode
Jonathan Tan
-1
/
+1
2021-11-03
odb: guard against data loss checking out a huge file
Matt Cooper
-3
/
+3
2021-10-03
Merge branch 'rs/close-pack-leakfix'
Junio C Hamano
-0
/
+1
2021-09-24
packfile: release bad_objects in close_pack()
René Scharfe
-0
/
+1
2021-09-23
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
-27
/
+11
2021-09-20
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
-1
/
+1
2021-09-12
packfile: use oidset for bad objects
René Scharfe
-22
/
+6
2021-09-12
packfile: convert has_packed_and_bad() to object_id
René Scharfe
-2
/
+2
2021-09-12
packfile: convert mark_bad_packed_object() to object_id
René Scharfe
-6
/
+6
2021-09-01
pack-bitmap: read multi-pack bitmaps
Taylor Blau
-1
/
+1
2021-08-29
object-store.h: teach for_each_packed_object to ignore kept packs
Taylor Blau
-0
/
+6
2021-06-29
xmmap: inform Linux users of tuning knobs on ENOMEM
Eric Wong
-2
/
+2
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
-4
/
+1
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
-4
/
+1
2021-04-13
is_promisor_object(): free tree buffer after parsing
Jeff King
-0
/
+1
2021-04-08
Merge branch 'tb/reverse-midx'
Junio C Hamano
-0
/
+3
2021-04-01
pack-revindex: read multi-pack reverse indexes
Taylor Blau
-0
/
+3
2021-03-24
Merge branch 'tb/geometric-repack'
Junio C Hamano
-0
/
+67
2021-03-13
use CALLOC_ARRAY
René Scharfe
-1
/
+1
2021-02-22
packfile: add kept-pack cache for find_kept_pack_entry()
Jeff King
-43
/
+56
2021-02-22
packfile: introduce 'find_kept_pack_entry()'
Taylor Blau
-5
/
+59
2021-01-25
packfile: prepare for the existence of '*.rev' files
Taylor Blau
-1
/
+12
2021-01-25
Merge branch 'tb/pack-revindex-api'
Junio C Hamano
-24
/
+52
2021-01-14
for_each_object_in_pack(): clarify pack vs index ordering
Jeff King
-6
/
+18
2021-01-13
for_each_object_in_pack(): convert to new revindex API
Taylor Blau
-1
/
+1
2021-01-13
unpack_entry(): convert to new revindex API
Taylor Blau
-8
/
+18
2021-01-13
packed_object_info(): convert to new revindex API
Taylor Blau
-2
/
+9
[next]