summaryrefslogtreecommitdiffstats
path: root/pack-write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-1/+7
|\
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-221-1/+7
* | pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau2021-01-251-1/+119
* | pack-write: die on error in write_promisor_file()Christian Couder2021-01-141-2/+6
* | fetch-pack: refactor writing promisor fileChristian Couder2021-01-121-0/+12
|/
* Merge branch 'rs/hashwrite-be64'Junio C Hamano2020-11-251-4/+1
|\
| * pack-write: use hashwrite_be64()René Scharfe2020-11-121-4/+1
* | pack-write: use hashwrite_be32() instead of double-buffering arrayRené Scharfe2020-11-011-3/+1
|/
* pack-write: use hashwrite_be32() in write_idx_file()René Scharfe2020-09-191-8/+4
* Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano2020-07-301-3/+2
|\
| * pack-write/docs: update regarding pack namingJohannes Berg2020-07-221-3/+2
* | pack-write: use hash_to_hex when writing checksumsbrian m. carlson2019-08-191-4/+4
* | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
* | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
* | csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-021-2/+3
* | csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-2/+2
* | csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-16/+16
* | pack-write: switch various SHA-1 values to abstract formsbrian m. carlson2018-02-021-24/+25
* | avoid looking at errno for short read_in_full() returnsJeff King2017-09-271-1/+6
* | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-5/+5
* | odb_mkstemp: write filename into strbufJeff King2017-03-281-6/+6
* | do not check odb_mkstemp return value for errorsJeff King2017-03-281-2/+2
* | encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-241-1/+4
* | use QSORTRené Scharfe2016-09-291-2/+1
* | sha1_file: drop free_pack_by_nameJeff King2016-07-291-1/+0
* | pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()René Scharfe2014-09-021-6/+5
* | finish_tmp_packfile():use strbuf for pathname constructionSun He2014-03-031-8/+10
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+2
|\ \
| * | pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+2
* | | Merge branch 'jk/sha1write-void'Junio C Hamano2014-01-101-2/+1
|\ \ \ | |_|/ |/| |
| * | do not pretend sha1write returns errorsJeff King2013-12-261-2/+1
| |/
* / pack-objects: name pack files after trailer hashJeff King2013-12-051-7/+1
|/
* Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-211-3/+3
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-0/+53
|\
| * finish_tmp_packfile(): a helper functionJunio C Hamano2011-10-281-0/+31
| * create_tmp_packfile(): a helper functionJunio C Hamano2011-10-281-0/+10
| * write_pack_header(): a helper functionJunio C Hamano2011-10-281-0/+12
* | receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano2011-11-161-0/+4
|/
* index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-271-1/+17
* write_idx_file: need_large_offset() helper functionJunio C Hamano2011-02-271-10/+19
* index-pack: --verifyJunio C Hamano2011-02-271-10/+16
* write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-271-6/+11
* move encode_in_pack_object_header() to a better placeNicolas Pitre2010-02-231-0/+27
* make "index-pack" a built-inLinus Torvalds2010-01-221-2/+2
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-5/+5
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-4/+2
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-4/+2
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-15/+15
|/
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-221-1/+1
* fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre2008-08-291-3/+8