index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
index-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Merge branch 'ty/repository-fetch-if-missing'
Junio C Hamano
1
-4
/
+4
2026-08-15
repository: move fetch_if_missing into struct repository
Tian Yuchen
1
-4
/
+4
2026-08-05
odb/streaming: unify function names to create new streams
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-3
/
+3
2026-07-16
Merge branch 'jk/git-hash-cleanups'
Junio C Hamano
1
-3
/
+3
2026-07-07
hash: use git_hash_init() consistently
Jeff King
1
-3
/
+3
2026-07-02
treewide: convert users of `whence` to the new source field
Patrick Steinhardt
1
-1
/
+2
2026-07-02
odb: add `source` field to struct object_info_source
Patrick Steinhardt
1
-3
/
+3
2026-07-02
odb: make backend-specific fields optional
Patrick Steinhardt
1
-2
/
+6
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-5
/
+5
2026-06-17
Merge branch 'ab/index-pack-retain-child-bases'
Junio C Hamano
1
-1
/
+0
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-3
/
+3
2026-06-15
patch-delta: use size_t for sizes
Johannes Schindelin
1
-2
/
+2
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-1
/
+2
2026-06-03
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-06-02
index-pack: retain child bases in delta cache
Arijit Banerjee
1
-1
/
+0
2026-05-20
Merge branch 'sb/unpack-index-pack-buffer-resize'
Junio C Hamano
1
-2
/
+1
2026-05-09
index-pack, unpack-objects: use size_t for object size
Johannes Schindelin
1
-3
/
+5
2026-04-29
index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiB
Scott Bauersfeld
1
-2
/
+1
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
1
-1
/
+1
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-23
fsck: store repository in fsck options
Patrick Steinhardt
1
-1
/
+1
2026-03-23
fsck: initialize fsck options via a function
Patrick Steinhardt
1
-1
/
+3
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-3
/
+5
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-1
/
+1
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
1
-1
/
+1
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
1
-9
/
+6
2025-11-25
builtin/index-pack: fix deferred fsck outside repos
Patrick Steinhardt
1
-3
/
+18
2025-11-23
streaming: drop redundant type and size pointers
Patrick Steinhardt
1
-5
/
+2
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
1
-1
/
+1
2025-11-23
streaming: refactor interface to be object-database-centric
Patrick Steinhardt
1
-4
/
+4
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
1
-1
/
+1
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
1
-7
/
+3
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
1
-1
/
+1
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
1
-1
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-4
/
+4
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-6
/
+7
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-12
Merge branch 'ds/fix-thin-fix'
Junio C Hamano
1
-26
/
+32
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-3
/
+2
2025-04-29
object-store: move and rename `odb_pack_keep()`
Patrick Steinhardt
1
-1
/
+1
2025-04-28
index-pack: allow revisiting REF_DELTA chains
Derrick Stolee
1
-26
/
+32
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-7
/
+9
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
[next]