index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
index-pack.c
Age
Commit message (
Expand
)
Author
6 days
Merge branch 'ps/odb-cleanup'
Junio C Hamano
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
2026-03-23
fsck: store repository in fsck options
Patrick Steinhardt
2026-03-23
fsck: initialize fsck options via a function
Patrick Steinhardt
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
2025-11-25
builtin/index-pack: fix deferred fsck outside repos
Patrick Steinhardt
2025-11-23
streaming: drop redundant type and size pointers
Patrick Steinhardt
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
2025-11-23
streaming: refactor interface to be object-database-centric
Patrick Steinhardt
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-05-12
Merge branch 'ds/fix-thin-fix'
Junio C Hamano
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
2025-04-29
object-store: move and rename `odb_pack_keep()`
Patrick Steinhardt
2025-04-28
index-pack: allow revisiting REF_DELTA chains
Derrick Stolee
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
2025-04-07
Merge branch 'jh/hash-init-fixes'
Junio C Hamano
2025-03-18
index-pack, unpack-objects: restore missing ->init_fn
Jensen Huang
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
2025-03-10
pack-write: stop depending on `the_repository` and `the_hash_algo`
Patrick Steinhardt
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
2025-02-10
Merge branch 'ps/hash-cleanup'
Junio C Hamano
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
2025-01-21
pack-write: pass hash_algo to `write_rev_file()`
Karthik Nayak
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
2025-01-21
index-pack, unpack-objects: use skip_prefix to avoid magic number
Jeff King
2025-01-21
index-pack, unpack-objects: use get_be32() for reading pack header
Jeff King
[next]