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
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
2017-03-28
do not check odb_mkstemp return value for errors
Jeff King
1
-2
/
+2
2017-03-24
encode_in_pack_object_header: respect output buffer length
Jeff King
1
-1
/
+4
2016-09-29
use QSORT
René Scharfe
1
-2
/
+1
2016-07-29
sha1_file: drop free_pack_by_name
Jeff King
1
-1
/
+0
2014-09-02
pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()
René Scharfe
1
-6
/
+5
2014-03-03
finish_tmp_packfile():use strbuf for pathname construction
Sun He
1
-8
/
+10
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-0
/
+2
2014-01-10
Merge branch 'jk/sha1write-void'
Junio C Hamano
1
-2
/
+1
2013-12-30
pack-objects: implement bitmap writing
Vicent Marti
1
-0
/
+2
2013-12-26
do not pretend sha1write returns errors
Jeff King
1
-2
/
+1
2013-12-05
pack-objects: name pack files after trailer hash
Jeff King
1
-7
/
+1
2011-12-21
Appease Sun Studio by renaming "tmpfile"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2011-12-16
Merge branch 'jc/stream-to-pack'
Junio C Hamano
1
-0
/
+53
2011-11-16
receive-pack, fetch-pack: reject bogus pack that records objects twice
Junio C Hamano
1
-0
/
+4
2011-10-28
finish_tmp_packfile(): a helper function
Junio C Hamano
1
-0
/
+31
2011-10-28
create_tmp_packfile(): a helper function
Junio C Hamano
1
-0
/
+10
2011-10-28
write_pack_header(): a helper function
Junio C Hamano
1
-0
/
+12
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