index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bulk-checkin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
Merge branch 'eb/limit-bulk-checkin-to-blobs'
Junio C Hamano
2023-10-10
1
-18
/
+17
|
\
|
*
bulk-checkin: only support blobs in index_bulk_checkin
Eric W. Biederman
2023-09-26
1
-18
/
+17
*
|
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
2023-09-13
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: fix various bugs w/ OpenSSL 3+ EVP API
Eric Wong
2023-09-01
1
-0
/
+1
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
/
*
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
*
t5351: avoid relying on `core.fsyncMethod = batch` to be supported
Johannes Schindelin
2022-07-29
1
-0
/
+2
*
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-1
/
+1
|
\
|
*
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
2022-05-27
1
-1
/
+1
*
|
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-06-03
1
-18
/
+99
|
\
\
|
|
/
|
/
|
|
*
core.fsyncmethod: batched disk flushes for loose-objects
Neeraj Singh
2022-04-06
1
-0
/
+71
|
*
bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
Neeraj Singh
2022-04-06
1
-8
/
+17
|
*
bulk-checkin: rename 'state' variable and separate 'plugged' boolean
Neeraj Singh
2022-04-06
1
-16
/
+17
*
|
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2022-03-26
1
-2
/
+3
|
\
|
|
*
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-2
/
+3
*
|
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
2022-02-26
1
-2
/
+2
|
/
*
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
2021-09-10
1
-0
/
+16
*
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
2021-09-10
1
-1
/
+2
*
bulk-checkin.c: store checksum directly
Taylor Blau
2021-09-10
1
-6
/
+6
*
bulk-checkin: make buffer reuse more obvious and safer
Andrzej Hunt
2021-06-11
1
-2
/
+1
*
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
bulk-checkin: zero-initialize hashfile_checkpoint
Jeff King
2019-09-06
1
-1
/
+1
*
convert has_sha1_file() callers to has_object_file()
Jeff King
2019-01-08
1
-1
/
+1
*
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
*
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+1
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
|
|
/
*
|
Merge branch 'ds/commit-graph'
Junio C Hamano
2018-05-08
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
csum-file: refactor finalize_hashfile() method
Derrick Stolee
2018-04-02
1
-1
/
+1
|
*
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
2018-04-02
1
-2
/
+2
*
|
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
2018-04-11
1
-1
/
+2
|
\
\
|
*
|
packfile: add repository argument to reprepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+2
*
|
|
bulk-checkin: convert index_bulk_checkin to struct object_id
brian m. carlson
2018-03-14
1
-9
/
+9
*
|
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
|
|
/
*
|
bulk-checkin: abstract SHA-1 usage
brian m. carlson
2018-02-02
1
-6
/
+6
[next]