| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tb/reverse-midx' | Junio C Hamano | 2021-04-08 | 1 | -11/+25 |
|\ |
|
| * | pack-write.c: extract 'write_rev_file_order' | Taylor Blau | 2021-04-01 | 1 | -11/+25 |
* | | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 2021-03-01 | 1 | -1/+7 |
|\ \
| |/
|/| |
|
| * | fetch-pack: print and use dangling .gitmodules | Jonathan Tan | 2021-02-22 | 1 | -1/+7 |
* | | pack-write.c: prepare to write 'pack-*.rev' files | Taylor Blau | 2021-01-25 | 1 | -1/+119 |
* | | pack-write: die on error in write_promisor_file() | Christian Couder | 2021-01-14 | 1 | -2/+6 |
* | | fetch-pack: refactor writing promisor file | Christian Couder | 2021-01-12 | 1 | -0/+12 |
|/ |
|
* | Merge branch 'rs/hashwrite-be64' | Junio C Hamano | 2020-11-25 | 1 | -4/+1 |
|\ |
|
| * | pack-write: use hashwrite_be64() | René Scharfe | 2020-11-12 | 1 | -4/+1 |
* | | pack-write: use hashwrite_be32() instead of double-buffering array | René Scharfe | 2020-11-01 | 1 | -3/+1 |
|/ |
|
* | pack-write: use hashwrite_be32() in write_idx_file() | René Scharfe | 2020-09-19 | 1 | -8/+4 |
* | Merge branch 'jb/doc-packfile-name' into master | Junio C Hamano | 2020-07-30 | 1 | -3/+2 |
|\ |
|
| * | pack-write/docs: update regarding pack naming | Johannes Berg | 2020-07-22 | 1 | -3/+2 |
* | | pack-write: use hash_to_hex when writing checksums | brian m. carlson | 2019-08-19 | 1 | -4/+4 |
* | | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 2018-08-29 | 1 | -1/+1 |
* | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -1/+1 |
* | | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 2018-04-02 | 1 | -2/+3 |
* | | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 2018-04-02 | 1 | -2/+2 |
* | | csum-file: rename sha1file to hashfile | brian m. carlson | 2018-02-02 | 1 | -16/+16 |
* | | pack-write: switch various SHA-1 values to abstract forms | brian m. carlson | 2018-02-02 | 1 | -24/+25 |
* | | avoid looking at errno for short read_in_full() returns | Jeff King | 2017-09-27 | 1 | -1/+6 |
* | | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 2017-05-08 | 1 | -5/+5 |
* | | odb_mkstemp: write filename into strbuf | Jeff King | 2017-03-28 | 1 | -6/+6 |
* | | do not check odb_mkstemp return value for errors | Jeff King | 2017-03-28 | 1 | -2/+2 |
* | | encode_in_pack_object_header: respect output buffer length | Jeff King | 2017-03-24 | 1 | -1/+4 |
* | | use QSORT | René Scharfe | 2016-09-29 | 1 | -2/+1 |
* | | sha1_file: drop free_pack_by_name | Jeff King | 2016-07-29 | 1 | -1/+0 |
* | | pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()rs/further-uses-of-skip-prefixrs/furhter-uses-of-skip-prefix | René Scharfe | 2014-09-02 | 1 | -6/+5 |
* | | finish_tmp_packfile():use strbuf for pathname constructionsh/finish-tmp-packfile | Sun He | 2014-03-03 | 1 | -8/+10 |
* | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -0/+2 |
|\ \ |
|
| * | | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 | 1 | -0/+2 |
* | | | Merge branch 'jk/sha1write-void' | Junio C Hamano | 2014-01-10 | 1 | -2/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | do not pretend sha1write returns errorsjk/sha1write-void | Jeff King | 2013-12-26 | 1 | -2/+1 |
| |/ |
|
* | | pack-objects: name pack files after trailer hash | Jeff King | 2013-12-05 | 1 | -7/+1 |
|/ |
|
* | Appease Sun Studio by renaming "tmpfile"ab/sun-studio-portability | Ævar Arnfjörð Bjarmason | 2011-12-21 | 1 | -3/+3 |
* | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 | 1 | -0/+53 |
|\ |
|
| * | finish_tmp_packfile(): a helper function | Junio C Hamano | 2011-10-28 | 1 | -0/+31 |
| * | create_tmp_packfile(): a helper function | Junio C Hamano | 2011-10-28 | 1 | -0/+10 |
| * | write_pack_header(): a helper function | Junio C Hamano | 2011-10-28 | 1 | -0/+12 |
* | | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dups | Junio C Hamano | 2011-11-16 | 1 | -0/+4 |
|/ |
|
* | index-pack --verify: read anomalous offsets from v2 idx file | Junio C Hamano | 2011-02-27 | 1 | -1/+17 |
* | write_idx_file: need_large_offset() helper function | Junio C Hamano | 2011-02-27 | 1 | -10/+19 |
* | index-pack: --verify | Junio C Hamano | 2011-02-27 | 1 | -10/+16 |
* | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 2011-02-27 | 1 | -6/+11 |
* | move encode_in_pack_object_header() to a better place | Nicolas Pitre | 2010-02-23 | 1 | -0/+27 |
* | make "index-pack" a built-in | Linus Torvalds | 2010-01-22 | 1 | -2/+2 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -5/+5 |
* | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 2009-02-25 | 1 | -4/+2 |
|\ |
|
| * | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 2009-02-25 | 1 | -4/+2 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 1 | -15/+15 |
|/ |
|