| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 | 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-05 | 1 | -1/+2 |
|\ \ |
|
| * | | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dups | Junio C Hamano | 2011-11-16 | 1 | -1/+2 |
| |/ |
|
* | | fsck: print progressnd/fsck-progress | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -1/+2 |
* | | fsck: avoid reading every object twice | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -1/+4 |
|/ |
|
* | index-pack --verify: read anomalous offsets from v2 idx file | Junio C Hamano | 2011-02-27 | 1 | -0/+8 |
* | index-pack: --verify | Junio C Hamano | 2011-02-27 | 1 | -0/+4 |
* | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 2011-02-27 | 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-19 | 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-29 | 1 | -1/+1 |
* | verify-pack: check packed object CRC when using index version 2 | Nicolas Pitre | 2008-06-24 | 1 | -1/+1 |
* | move show_pack_info() where it belongs | Nicolas Pitre | 2008-06-24 | 1 | -1/+1 |
* | Merge branch 'np/progress' | Junio C Hamano | 2007-11-02 | 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-16 | 1 | -15/+15 |
* | Refactor the pack header reading function out of receive-pack.c | Junio C Hamano | 2007-01-24 | 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-17 | 1 | -0/+28 |
* | Merge branch 'np/pack' | Junio C Hamano | 2006-10-22 | 1 | -3/+0 |
|\ |
|
| * | make pack data reuse compatible with both delta types | Nicolas Pitre | 2006-09-27 | 1 | -3/+0 |
* | | Revert "move pack creation to version 3" | Junio C Hamano | 2006-10-14 | 1 | -1/+1 |
|/ |
|
* | move pack creation to version 3 | Nicolas Pitre | 2006-09-22 | 1 | -1/+1 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -14/+1 |
* | pack-objects: reuse data from existing packs. | Junio C Hamano | 2006-02-17 | 1 | -1/+3 |
* | remove delta-against-self bit | Nicolas Pitre | 2006-02-09 | 1 | -0/+1 |
* | [PATCH] verify-pack updates. | Junio C Hamano | 2005-06-30 | 1 | -1/+1 |
* | [PATCH] Add git-verify-pack command. | Junio C Hamano | 2005-06-29 | 1 | -0/+2 |
* | Make git pack files use little-endian size encoding | Linus Torvalds | 2005-06-28 | 1 | -6/+13 |
* | Change pack file format. Hopefully for the last time. | Linus Torvalds | 2005-06-28 | 1 | -0/+23 |