index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-27
index-pack --verify: read anomalous offsets from v2 idx file
Junio C Hamano
1
-1
/
+17
2011-02-27
write_idx_file: need_large_offset() helper function
Junio C Hamano
1
-10
/
+19
2011-02-27
index-pack: --verify
Junio C Hamano
1
-10
/
+16
2011-02-27
write_idx_file: introduce a struct to hold idx customization options
Junio C Hamano
1
-6
/
+11
2010-02-23
move encode_in_pack_object_header() to a better place
Nicolas Pitre
1
-0
/
+27
2010-01-22
make "index-pack" a built-in
Linus Torvalds
1
-2
/
+2
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-5
/
+5
2009-02-25
Merge branch 'jc/maint-1.6.0-pack-directory'
Junio C Hamano
1
-4
/
+2
2009-02-25
Make sure objects/pack exists before creating a new pack
Junio C Hamano
1
-4
/
+2
2008-10-02
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
1
-15
/
+15
2008-09-22
Do not perform cross-directory renames when creating packs
Petr Baudis
1
-1
/
+1
2008-08-29
fixup_pack_header_footer(): use nicely aligned buffer sizes
Nicolas Pitre
1
-3
/
+8
2008-08-29
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
1
-12
/
+59
2008-08-27
index-pack: be careful after fixing up the header/footer
Linus Torvalds
1
-0
/
+1
2008-06-25
pack.indexversion config option now defaults to 2
Nicolas Pitre
1
-1
/
+1
2008-05-31
Make pack creation always fsync() the result
Linus Torvalds
1
-1
/
+1
2008-05-03
Cleanup xread() loops to use read_in_full()
Heikki Orsila
1
-6
/
+2
2007-11-02
Merge branch 'np/progress'
Junio C Hamano
1
-1
/
+2
2007-10-17
fix const issues with some functions
Nicolas Pitre
1
-1
/
+2
2007-09-19
Refactor index-pack "keep $sha1" handling for reuse
Shawn O. Pearce
1
-0
/
+26
2007-08-14
Use xmkstemp() instead of mkstemp()
Luiz Fernando N. Capitulino
1
-1
/
+1
2007-06-02
Unify write_index_file functions
Geert Bosch
1
-0
/
+142
2007-05-15
Fix signedness on return value from xread()
Johan Herland
1
-1
/
+1
2007-05-02
Create pack-write.c for common pack writing code
Dana L. How
1
-0
/
+39