Age | Commit message (Expand) | Author | Files | Lines |
2008-11-12 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+10 |
2008-11-12 | Fix pack.packSizeLimit and --max-pack-size handling | Nicolas Pitre | 1 | -2/+10 |
2008-11-12 | pack-objects: extend --local to mean ignore non-local loose objects too | Brandon Casey | 1 | -0/+3 |
2008-11-12 | pack-objects: new option --honor-pack-keep | Brandon Casey | 1 | -0/+7 |
2008-11-02 | pack-objects: don't leak pack window reference when splitting packs | Nicolas Pitre | 1 | -3/+9 |
2008-11-02 | pack-objects: allow "fixing" a corrupted pack without a full repack | Nicolas Pitre | 1 | -9/+19 |
2008-11-02 | make find_pack_revindex() aware of the nasty world | Nicolas Pitre | 1 | -0/+2 |
2008-11-02 | make check_object() resilient to pack corruptions | Nicolas Pitre | 1 | -6/+17 |
2008-11-02 | make unpack_object_header() non fatal | Nicolas Pitre | 1 | -1/+1 |
2008-11-02 | better validation on delta base object offsets | Nicolas Pitre | 1 | -2/+2 |
2008-11-02 | close another possibility for propagating pack corruption | Nicolas Pitre | 1 | -0/+10 |
2008-11-02 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2008-11-01 | pack-objects: avoid reading uninitalized data | Jeff King | 1 | -1/+2 |
2008-10-08 | Replace xmalloc/memset(0) pairs with xcalloc | Brandon Casey | 1 | -3/+1 |
2008-09-23 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-09-22 | Do not perform cross-directory renames when creating packs | Petr Baudis | 1 | -1/+1 |
2008-09-18 | Merge branch 'np/pack' | Junio C Hamano | 1 | -0/+8 |
2008-09-15 | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 1 | -2/+2 |
2008-09-10 | Merge branch 'np/maint-safer-pack' into maint | Junio C Hamano | 1 | -19/+15 |
2008-09-02 | pack-objects: don't include missing preferred base objects | Nicolas Pitre | 1 | -0/+8 |
2008-09-02 | Merge branch 'np/maint-safer-pack' into np/pack | Junio C Hamano | 1 | -19/+15 |
2008-08-30 | Merge branch 'sp/missing-thin-base' into maint | Junio C Hamano | 1 | -4/+11 |
2008-08-29 | pack-objects: use fixup_pack_header_footer()'s validation mode | Nicolas Pitre | 1 | -2/+2 |
2008-08-29 | improve reliability of fixup_pack_header_footer() | Nicolas Pitre | 1 | -1/+2 |
2008-08-29 | pack-objects: improve returned information from write_one() | Nicolas Pitre | 1 | -17/+12 |
2008-08-27 | index-pack: be careful after fixing up the header/footer | Linus Torvalds | 1 | -1/+0 |
2008-08-12 | pack-objects: Allow missing base objects when creating thin packs | Shawn O. Pearce | 1 | -4/+11 |
2008-07-05 | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 1 | -5/+10 |
2008-06-24 | verify-pack: check packed object CRC when using index version 2 | Nicolas Pitre | 1 | -22/+0 |
2008-06-23 | call init_pack_revindex() lazily | Nicolas Pitre | 1 | -2/+0 |
2008-05-31 | Remove now unnecessary 'sync()' calls | Linus Torvalds | 1 | -3/+4 |
2008-05-31 | Make pack creation always fsync() the result | Linus Torvalds | 1 | -1/+3 |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -3/+3 |
2008-05-23 | Merge branch 'bc/repack' | Junio C Hamano | 1 | -2/+38 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -3/+3 |
2008-05-13 | let pack-objects do the writing of unreachable objects as loose objects | Nicolas Pitre | 1 | -2/+38 |
2008-05-03 | pack-objects: fix early eviction for max depth delta objects | Nicolas Pitre | 1 | -1/+1 |
2008-05-03 | pack-objects: allow for early delta deflating | Nicolas Pitre | 1 | -1/+36 |
2008-05-03 | pack-objects: move compression code in a separate function | Nicolas Pitre | 1 | -24/+29 |
2008-05-03 | pack-objects: clean up write_object() a bit | Nicolas Pitre | 1 | -31/+33 |
2008-05-03 | pack-objects: simplify the condition associated with --all-progress | Nicolas Pitre | 1 | -2/+1 |
2008-05-03 | pack-objects: remove some double negative logic | Nicolas Pitre | 1 | -8/+9 |
2008-05-03 | pack-objects: small cleanup | Nicolas Pitre | 1 | -14/+13 |
2008-03-13 | pack-objects: proper pack time stamping with --max-pack-size | Nicolas Pitre | 1 | -0/+26 |
2008-03-04 | git-pack-objects: Automatically pack annotated tags if object was packed | Shawn O. Pearce | 1 | -2/+22 |
2008-03-02 | Merge branch 'np/verify-pack' | Junio C Hamano | 1 | -150/+10 |
2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -1/+0 |
2008-03-01 | factorize revindex code out of builtin-pack-objects.c | Nicolas Pitre | 1 | -150/+10 |
2008-02-27 | Merge branch 'jm/free' | Junio C Hamano | 1 | -2/+1 |
2008-02-26 | Revert "pack-objects: Print a message describing the number of threads for pa... | Junio C Hamano | 1 | -3/+0 |