index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-write.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
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
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-28
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
1
-6
/
+7
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
1
-0
/
+2
2023-04-18
pack-write.c: plug a leak in stage_tmp_packfiles()
Taylor Blau
1
-6
/
+8
2023-04-13
pack-write.c: plug a leak in stage_tmp_packfiles()
Taylor Blau
1
-0
/
+2
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
1
-1
/
+1
2023-04-11
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
1
-0
/
+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
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-15
git: remove duplicate includes
Seija Kijin
1
-1
/
+0
2022-06-16
pack-write: drop always-NULL parameter
Derrick Stolee
1
-11
/
+6
2022-05-26
pack-mtimes: support writing pack .mtimes files
Taylor Blau
1
-0
/
+77
2022-05-26
chunk-format.h: extract oid_version()
Taylor Blau
1
-13
/
+2
2022-05-26
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
1
-0
/
+1
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
1
-6
/
+7
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
1
-29
/
+28
2021-09-15
Merge branch 'ab/reverse-midx-optim'
Junio C Hamano
1
-0
/
+3
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
1
-9
/
+13
2021-09-09
pack-write.c: rename `.idx` files after `*.rev`
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
1
-21
/
+16
2021-09-07
pack-write: skip *.rev work when not writing *.rev
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-6
/
+2
2021-04-08
Merge branch 'tb/reverse-midx'
Junio C Hamano
1
-11
/
+25
2021-04-01
pack-write.c: extract 'write_rev_file_order'
Taylor Blau
1
-11
/
+25
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
1
-1
/
+7
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
1
-1
/
+7
2021-01-25
pack-write.c: prepare to write 'pack-*.rev' files
Taylor Blau
1
-1
/
+119
2021-01-14
pack-write: die on error in write_promisor_file()
Christian Couder
1
-2
/
+6
2021-01-12
fetch-pack: refactor writing promisor file
Christian Couder
1
-0
/
+12
2020-11-25
Merge branch 'rs/hashwrite-be64'
Junio C Hamano
1
-4
/
+1
2020-11-12
pack-write: use hashwrite_be64()
René Scharfe
1
-4
/
+1
2020-11-01
pack-write: use hashwrite_be32() instead of double-buffering array
René Scharfe
1
-3
/
+1
2020-09-19
pack-write: use hashwrite_be32() in write_idx_file()
René Scharfe
1
-8
/
+4
2020-07-30
Merge branch 'jb/doc-packfile-name' into master
Junio C Hamano
1
-3
/
+2
2020-07-22
pack-write/docs: update regarding pack naming
Johannes Berg
1
-3
/
+2
2019-08-19
pack-write: use hash_to_hex when writing checksums
brian m. carlson
1
-4
/
+4
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-04-02
csum-file: refactor finalize_hashfile() method
Derrick Stolee
1
-2
/
+3
2018-04-02
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
1
-2
/
+2
2018-02-02
csum-file: rename sha1file to hashfile
brian m. carlson
1
-16
/
+16
2018-02-02
pack-write: switch various SHA-1 values to abstract forms
brian m. carlson
1
-24
/
+25
2017-09-27
avoid looking at errno for short read_in_full() returns
Jeff King
1
-1
/
+6
2017-05-08
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
1
-5
/
+5
2017-03-28
odb_mkstemp: write filename into strbuf
Jeff King
1
-6
/
+6
[next]