index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
pack-objects.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-30
Merge branch 'ps/remove-packfile-store-get-packs'
Junio C Hamano
1
-17
/
+9
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-2
/
+2
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-15
/
+7
2025-10-16
Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...
Junio C Hamano
1
-11
/
+21
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
1
-3
/
+3
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
1
-11
/
+21
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-3
/
+3
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
1
-2
/
+2
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-9
/
+19
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
1
-3
/
+3
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
1
-1
/
+1
2025-09-11
odb: drop deprecated wrapper functions
Patrick Steinhardt
1
-3
/
+3
2025-09-02
Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store
Junio C Hamano
1
-1
/
+1
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
1
-1
/
+1
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-7
/
+24
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt
1
-1
/
+2
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
1
-3
/
+2
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt
1
-4
/
+20
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-34
/
+36
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
1
-3
/
+7
2025-07-15
Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx
Junio C Hamano
1
-67
/
+122
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
1
-34
/
+36
2025-07-09
Merge branch 'ps/object-store' into ps/object-store-midx
Junio C Hamano
1
-34
/
+36
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-15
/
+15
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-14
/
+16
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-23
pack-objects: introduce '--stdin-packs=follow'
Taylor Blau
1
-22
/
+64
2025-06-23
pack-objects: swap 'show_{object,commit}_pack_hint'
Taylor Blau
1
-6
/
+6
2025-06-23
pack-objects: fix typo in 'show_object_pack_hint()'
Taylor Blau
1
-1
/
+1
2025-06-23
pack-objects: perform name-hash traversal for unpacked objects
Taylor Blau
1
-8
/
+12
2025-06-23
pack-objects: declare 'rev_info' for '--stdin-packs' earlier
Taylor Blau
1
-33
/
+34
2025-06-23
pack-objects: factor out handling '--stdin-packs'
Taylor Blau
1
-6
/
+12
2025-06-23
pack-objects: limit scope in 'add_object_entry_from_pack()'
Taylor Blau
1
-1
/
+1
2025-06-23
pack-objects: use standard option incompatibility functions
Taylor Blau
1
-9
/
+11
2025-06-17
Merge branch 'ds/path-walk-2'
Junio C Hamano
1
-35
/
+390
2025-05-16
pack-objects: allow --shallow and --path-walk
Derrick Stolee
1
-3
/
+2
2025-05-16
pack-objects: thread the path-based compression
Derrick Stolee
1
-2
/
+164
2025-05-16
pack-objects: refactor path-walk delta phase
Derrick Stolee
1
-26
/
+57
2025-05-16
pack-objects: enable --path-walk via config
Derrick Stolee
1
-1
/
+10
2025-05-16
pack-objects: introduce GIT_TEST_PACK_PATH_WALK
Derrick Stolee
1
-2
/
+10
2025-05-16
pack-objects: update usage to match docs
Derrick Stolee
1
-2
/
+8
2025-05-16
pack-objects: add --path-walk option
Derrick Stolee
1
-8
/
+140
2025-05-16
pack-objects: extract should_attempt_deltas()
Derrick Stolee
1
-24
/
+32
2025-04-29
Merge branch 'az/tighten-string-array-constness'
Junio C Hamano
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-4
/
+4
[next]