index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-1
/
+1
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-2
/
+2
2025-10-16
packfile: drop `packfile_store_get_packs()`
Patrick Steinhardt
1
-6
/
+0
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
1
-3
/
+3
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-6
/
+6
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
1
-3
/
+3
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
1
-7
/
+1
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
1
-13
/
+31
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
1
-5
/
+6
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-22
/
+4
2025-09-24
packfile: refactor `prepare_packed_git()` to work on packfile store
Patrick Steinhardt
1
-23
/
+18
2025-09-24
packfile: reorder functions to avoid function declaration
Patrick Steinhardt
1
-34
/
+33
2025-09-24
odb: move kept cache into `struct packfile_store`
Patrick Steinhardt
1
-8
/
+8
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-5
/
+6
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
1
-2
/
+18
2025-09-24
odb: move initialization bit into `struct packfile_store`
Patrick Steinhardt
1
-3
/
+3
2025-09-24
odb: move list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-17
/
+25
2025-09-24
packfile: introduce a new `struct packfile_store`
Patrick Steinhardt
1
-0
/
+13
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
1
-2
/
+2
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
1
-5
/
+4
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
1
-1
/
+0
2025-07-15
packfile: stop using linked MIDX list in `get_all_packs()`
Patrick Steinhardt
1
-5
/
+6
2025-07-15
packfile: stop using linked MIDX list in `find_pack_entry()`
Patrick Steinhardt
1
-6
/
+5
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
1
-19
/
+12
2025-07-15
midx: stop using linked list when closing MIDX
Patrick Steinhardt
1
-5
/
+6
2025-07-15
packfile: refactor `prepare_packed_git_one()` to work on sources
Patrick Steinhardt
1
-14
/
+9
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
1
-1
/
+3
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+3
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-8
/
+8
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
1
-1
/
+1
2025-05-30
Merge branch 'ps/midx-negative-packfile-cache'
Junio C Hamano
1
-0
/
+11
2025-05-28
packfile: explain ordering of how we look up auxiliary pack files
Patrick Steinhardt
1
-0
/
+11
2025-05-16
oid_object_info(): drop type_name strbuf
Jeff King
1
-6
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-13
builtin/pack-objects.c: freshen objects from existing cruft packs
Taylor Blau
1
-1
/
+2
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
1
-0
/
+20
2025-01-21
parse_pack_header_option(): avoid unaligned memory writes
Jeff King
1
-6
/
+9
2025-01-21
packfile: factor out --pack_header argument parsing
Jeff King
1
-0
/
+17
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
1
-1
/
+0
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
1
-8
/
+15
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
1
-2
/
+8
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-7
/
+7
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
1
-4
/
+5
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
1
-5
/
+4
2024-12-04
packfile: pass `repository` to static function in the file
Karthik Nayak
1
-7
/
+8
2024-12-04
packfile: use `repository` from `packed_git` directly
Karthik Nayak
1
-23
/
+27
[next]