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
/
bulk-checkin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
1
-393
/
+0
2025-09-16
bulk-checkin: drop flush_odb_transaction()
Justin Tobler
1
-10
/
+2
2025-09-16
bulk-checkin: remove ODB transaction nesting
Justin Tobler
1
-12
/
+10
2025-08-25
bulk-checkin: use repository variable from transaction
Justin Tobler
1
-31
/
+36
2025-08-25
bulk-checkin: require transaction for index_blob_bulk_checkin()
Justin Tobler
1
-23
/
+4
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
1
-29
/
+53
2025-08-25
bulk-checkin: introduce object database transaction structure
Justin Tobler
1
-22
/
+24
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
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-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-4
/
+4
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-2
/
+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 up concerns of `HASH_*` flags
Patrick Steinhardt
1
-3
/
+3
2025-03-25
bulk-checkin: fix sign compare warnings
Tuomas Ahola
1
-10
/
+6
2025-03-10
pack-write: stop depending on `the_repository` and `the_hash_algo`
Patrick Steinhardt
1
-2
/
+2
2025-02-10
Merge branch 'ps/hash-cleanup'
Junio C Hamano
1
-5
/
+5
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
1
-3
/
+4
2025-02-03
Merge branch 'tb/unsafe-hash-cleanup'
Junio C Hamano
1
-3
/
+6
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-3
/
+3
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-2
/
+2
2025-01-31
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
Junio C Hamano
1
-3
/
+6
2025-01-23
csum-file: introduce hashfile_checkpoint_init()
Taylor Blau
1
-3
/
+6
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
1
-2
/
+3
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
1
-1
/
+1
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
1
-1
/
+1
2025-01-01
Merge branch 'ps/weak-sha1-for-tail-sum-fix'
Junio C Hamano
1
-1
/
+1
2024-12-30
bulk-checkin: fix segfault with unsafe SHA1 backend
Patrick Steinhardt
1
-1
/
+1
2024-12-18
tmp-objdir: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-08-14
bulk-checkin: fix leaking state TODO
Patrick Steinhardt
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-10-10
Merge branch 'eb/limit-bulk-checkin-to-blobs'
Junio C Hamano
1
-18
/
+17
2023-09-26
bulk-checkin: only support blobs in index_bulk_checkin
Eric W. Biederman
1
-18
/
+17
2023-09-13
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
1
-0
/
+1
2023-08-31
treewide: fix various bugs w/ OpenSSL 3+ EVP API
Eric Wong
1
-0
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
1
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
[next]