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
/
unpack-objects.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
odb: add transaction interface
Justin Tobler
1
-2
/
+2
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
1
-1
/
+0
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
1
-2
/
+3
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-7
/
+8
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt
1
-1
/
+2
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-6
/
+6
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-1
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-0
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-2
/
+3
2025-03-18
index-pack, unpack-objects: restore missing ->init_fn
Jensen Huang
1
-0
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
1
-1
/
+2
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-5
/
+4
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-2
/
+2
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
1
-19
/
+12
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
1
-0
/
+2
2025-01-21
index-pack, unpack-objects: use skip_prefix to avoid magic number
Jeff King
1
-3
/
+3
2025-01-21
index-pack, unpack-objects: use get_be32() for reading pack header
Jeff King
1
-6
/
+7
2025-01-21
packfile: factor out --pack_header argument parsing
Jeff King
1
-12
/
+4
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
1
-0
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-1
/
+2
2024-03-02
unpack: replace xwrite() loop with write_in_full()
Junio C Hamano
1
-7
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-09-13
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
1
-1
/
+4
2023-08-31
treewide: fix various bugs w/ OpenSSL 3+ EVP API
Eric Wong
1
-1
/
+4
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-1
/
+2
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-1
/
+2
2023-07-05
git-compat-util: move strbuf.c funcs to its header
Calvin Wan
1
-0
/
+1
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-2
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
1
-1
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-11
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-2
/
+3
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+3
2023-03-28
builtins: mark unused prefix parameters
Jeff King
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
[next]