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.h
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
-1
/
+2
2025-03-10
pack-write: stop depending on `the_repository` and `the_hash_algo`
Patrick Steinhardt
-5
/
+6
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
-6
/
+24
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
-1
/
+2
2025-01-21
pack-write: pass hash_algo to `write_rev_file()`
Karthik Nayak
-2
/
+12
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
-2
/
+8
2025-01-21
pack-write: pass repository to `index_pack_lockfile()`
Karthik Nayak
-1
/
+1
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
-1
/
+3
2025-01-21
index-pack, unpack-objects: use get_be32() for reading pack header
Jeff King
-1
/
+2
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
-0
/
+2
2024-09-30
pack-write: fix return parameter of `write_rev_file_order()`
Patrick Steinhardt
-2
/
+2
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
-0
/
+2
2022-05-26
pack-mtimes: support writing pack .mtimes files
Taylor Blau
-0
/
+1
2022-05-26
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
-0
/
+3
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
-2
/
+5
2021-09-09
pack.h: line-wrap the definition of finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
-1
/
+6
2021-04-08
Merge branch 'tb/reverse-midx'
Junio C Hamano
-0
/
+1
2021-04-01
pack-write.c: extract 'write_rev_file_order'
Taylor Blau
-0
/
+1
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
-1
/
+1
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
-1
/
+1
2021-01-25
pack-write.c: prepare to write 'pack-*.rev' files
Taylor Blau
-0
/
+4
2021-01-12
fetch-pack: refactor writing promisor file
Christian Couder
-0
/
+4
2019-05-05
*.[ch]: manually align parameter lists
Denton Liu
-1
/
+1
2019-05-05
*.[ch]: remove extern from function declarations using spatch
Denton Liu
-12
/
+12
2018-11-12
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
-1
/
+3
2018-02-02
csum-file: rename sha1file to hashfile
brian m. carlson
-2
/
+2
2017-05-08
Convert the verify_pack callback to struct object_id
brian m. carlson
-1
/
+1
2017-05-08
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
-1
/
+1
2017-03-24
pack.h: define largest possible encoded object size
Jeff King
-0
/
+6
2017-03-24
encode_in_pack_object_header: respect output buffer length
Jeff King
-1
/
+2
2016-07-13
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
-0
/
+1
2014-03-03
finish_tmp_packfile():use strbuf for pathname construction
Sun He
-1
/
+1
2013-12-05
pack-objects: name pack files after trailer hash
Jeff King
-1
/
+1
2011-12-16
Merge branch 'jc/stream-to-pack'
Junio C Hamano
-0
/
+6
2011-12-05
Merge branch 'jc/index-pack-reject-dups'
Junio C Hamano
-1
/
+2
2011-11-16
receive-pack, fetch-pack: reject bogus pack that records objects twice
Junio C Hamano
-1
/
+2
2011-11-06
fsck: print progress
Nguyễn Thái Ngọc Duy
-1
/
+2
2011-11-06
fsck: avoid reading every object twice
Nguyễn Thái Ngọc Duy
-1
/
+4
2011-10-28
finish_tmp_packfile(): a helper function
Junio C Hamano
-0
/
+1
2011-10-28
create_tmp_packfile(): a helper function
Junio C Hamano
-0
/
+3
2011-10-28
write_pack_header(): a helper function
Junio C Hamano
-0
/
+2
2011-02-27
index-pack --verify: read anomalous offsets from v2 idx file
Junio C Hamano
-0
/
+8
2011-02-27
index-pack: --verify
Junio C Hamano
-0
/
+4
2011-02-27
write_idx_file: introduce a struct to hold idx customization options
Junio C Hamano
-4
/
+7
2010-05-21
Merge branch 'sp/maint-dumb-http-pack-reidx'
Junio C Hamano
-0
/
+1
2010-04-19
Extract verify_pack_index for reuse from verify_pack
Shawn O. Pearce
-0
/
+1
2010-02-23
move encode_in_pack_object_header() to a better place
Nicolas Pitre
-0
/
+1
2010-01-22
make "index-pack" a built-in
Linus Torvalds
-1
/
+1
2008-08-29
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
-1
/
+1
2008-06-24
verify-pack: check packed object CRC when using index version 2
Nicolas Pitre
-1
/
+1
[next]