index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pack-write: fix return parameter of `write_rev_file_order()`
Patrick Steinhardt
2024-09-30
1
-2
/
+2
*
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-0
/
+2
*
pack-mtimes: support writing pack .mtimes files
Taylor Blau
2022-05-27
1
-0
/
+1
*
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
2022-05-27
1
-0
/
+3
*
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
2021-09-10
1
-2
/
+5
*
pack.h: line-wrap the definition of finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
2021-09-09
1
-1
/
+6
*
Merge branch 'tb/reverse-midx'
Junio C Hamano
2021-04-08
1
-0
/
+1
|
\
|
*
pack-write.c: extract 'write_rev_file_order'
Taylor Blau
2021-04-01
1
-0
/
+1
*
|
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
2021-03-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
2021-02-22
1
-1
/
+1
*
|
pack-write.c: prepare to write 'pack-*.rev' files
Taylor Blau
2021-01-26
1
-0
/
+4
*
|
fetch-pack: refactor writing promisor file
Christian Couder
2021-01-13
1
-0
/
+4
|
/
*
*.[ch]: manually align parameter lists
Denton Liu
2019-05-05
1
-1
/
+1
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-12
/
+12
*
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+3
*
csum-file: rename sha1file to hashfile
brian m. carlson
2018-02-02
1
-2
/
+2
*
Convert the verify_pack callback to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
pack.h: define largest possible encoded object size
Jeff King
2017-03-24
1
-0
/
+6
*
encode_in_pack_object_header: respect output buffer length
Jeff King
2017-03-24
1
-1
/
+2
*
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
2016-07-13
1
-0
/
+1
*
finish_tmp_packfile():use strbuf for pathname construction
Sun He
2014-03-03
1
-1
/
+1
*
pack-objects: name pack files after trailer hash
Jeff King
2013-12-06
1
-1
/
+1
*
Merge branch 'jc/stream-to-pack'
Junio C Hamano
2011-12-17
1
-0
/
+6
|
\
|
*
finish_tmp_packfile(): a helper function
Junio C Hamano
2011-10-28
1
-0
/
+1
|
*
create_tmp_packfile(): a helper function
Junio C Hamano
2011-10-28
1
-0
/
+3
|
*
write_pack_header(): a helper function
Junio C Hamano
2011-10-28
1
-0
/
+2
*
|
Merge branch 'jc/index-pack-reject-dups'
Junio C Hamano
2011-12-06
1
-1
/
+2
|
\
\
|
*
|
receive-pack, fetch-pack: reject bogus pack that records objects twice
Junio C Hamano
2011-11-17
1
-1
/
+2
|
|
/
*
|
fsck: print progress
Nguyễn Thái Ngọc Duy
2011-11-07
1
-1
/
+2
*
|
fsck: avoid reading every object twice
Nguyễn Thái Ngọc Duy
2011-11-07
1
-1
/
+4
|
/
*
index-pack --verify: read anomalous offsets from v2 idx file
Junio C Hamano
2011-02-28
1
-0
/
+8
*
index-pack: --verify
Junio C Hamano
2011-02-28
1
-0
/
+4
*
write_idx_file: introduce a struct to hold idx customization options
Junio C Hamano
2011-02-28
1
-4
/
+7
*
Merge branch 'sp/maint-dumb-http-pack-reidx'
Junio C Hamano
2010-05-21
1
-0
/
+1
|
\
|
*
Extract verify_pack_index for reuse from verify_pack
Shawn O. Pearce
2010-04-20
1
-0
/
+1
*
|
move encode_in_pack_object_header() to a better place
Nicolas Pitre
2010-02-23
1
-0
/
+1
|
/
*
make "index-pack" a built-in
Linus Torvalds
2010-01-22
1
-1
/
+1
*
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
2008-08-30
1
-1
/
+1
*
verify-pack: check packed object CRC when using index version 2
Nicolas Pitre
2008-06-25
1
-1
/
+1
*
move show_pack_info() where it belongs
Nicolas Pitre
2008-06-25
1
-1
/
+1
*
Merge branch 'np/progress'
Junio C Hamano
2007-11-03
1
-1
/
+1
|
\
|
*
fix const issues with some functions
Nicolas Pitre
2007-10-17
1
-1
/
+1
*
|
Refactor index-pack "keep $sha1" handling for reuse
Shawn O. Pearce
2007-09-19
1
-0
/
+1
|
/
*
Unify write_index_file functions
Geert Bosch
2007-06-02
1
-0
/
+14
*
Create pack-write.c for common pack writing code
Dana L. How
2007-05-02
1
-0
/
+1
*
[PATCH] clean up pack index handling a bit
Nicolas Pitre
2007-03-17
1
-15
/
+15
*
Refactor the pack header reading function out of receive-pack.c
Junio C Hamano
2007-01-25
1
-0
/
+5
*
Use fixed-size integers for the on-disk pack structure.
Simon 'corecode' Schubert
2007-01-18
1
-3
/
+3
*
Document pack .idx file format upgrade strategy.
Shawn O. Pearce
2007-01-18
1
-0
/
+28
[next]