| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-21 | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 1 | -3/+3 |
| 2009-01-11 | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 1 | -3/+3 |
| 2008-12-13 | pack-objects: don't use too many threads with few objects | Nicolas Pitre | 1 | -0/+4 |
| 2008-12-12 | autodetect number of CPUs by default when using threads | Nicolas Pitre | 1 | -1/+4 |
| 2008-12-11 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
| 2008-12-10 | make sure packs to be replaced are closed beforehand | Nicolas Pitre | 1 | -0/+1 |
| 2008-12-02 | Merge branch 'bc/maint-keep-pack' into maint | Junio C Hamano | 1 | -0/+10 |
| 2008-11-12 | Merge branch 'np/pack-safer' | Junio C Hamano | 1 | -19/+58 |
| 2008-11-12 | Merge branch 'bc/maint-keep-pack' | Junio C Hamano | 1 | -0/+10 |
| 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'v1.5.6-rc0 | 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 |
| 2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -1/+0 |
| 2008-02-23 | pack-objects: Print a message describing the number of threads for packing | Brandon Casey | 1 | -0/+3 |
| 2008-02-23 | pack-objects: Add runtime detection of online CPU's | Andreas Ericsson | 1 | -4/+10 |
| 2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -2/+1 |
| 2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
| 2008-02-13 | Merge branch 'maint' | Junio C Hamano | 1 | -11/+2 |
| 2008-02-12 | Revert "pack-objects: only throw away data during memory pressure" | Junio C Hamano | 1 | -11/+2 |
| 2008-02-11 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+11 |
| 2008-02-11 | pack-objects: only throw away data during memory pressure | Martin Koegler | 1 | -2/+11 |
| 2008-02-09 | Introduce the config variable pack.packSizeLimit | Johannes Schindelin | 1 | -1/+9 |
| 2008-01-21 | pack-objects: Fix segfault when object count is less than thread count | Nicolas Pitre | 1 | -1/+2 |
| 2008-01-10 | pack-objects: remove redundant and wrong call to deflateEnd() | Junio C Hamano | 1 | -1/+1 |
| 2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
| 2007-12-17 | Plug a resource leak in threaded pack-objects code. | Johannes Sixt | 1 | -2/+2 |
| 2007-12-16 | threaded pack-objects: Use condition variables for thread communication. | Johannes Sixt | 1 | -50/+79 |
| 2007-12-10 | pack-objects: more threaded load balancing fix with often changed paths | Nicolas Pitre | 1 | -0/+10 |
| 2007-12-08 | pack-objects: fix threaded load balancing | Nicolas Pitre | 1 | -32/+85 |
| 2007-12-08 | pack-objects: reverse the delta search sort list | Nicolas Pitre | 1 | -20/+21 |
| 2007-12-08 | pack-objects: fix delta cache size accounting | Nicolas Pitre | 1 | -5/+5 |
| 2007-11-14 | Fix rev-list when showing objects involving submodules | Linus Torvalds | 1 | -1/+1 |
| 2007-11-04 | Merge branch 'np/pack' | Junio C Hamano | 1 | -7/+12 |
| 2007-11-02 | pack-objects: get rid of an ugly cast | Nicolas Pitre | 1 | -6/+6 |
| 2007-11-02 | make the pack index version configurable | Nicolas Pitre | 1 | -0/+6 |
| 2007-10-30 | add throughput display to git-push | Nicolas Pitre | 1 | -1/+1 |
| 2007-10-30 | relax usage of the progress API | Nicolas Pitre | 1 | -12/+6 |
| 2007-10-30 | make struct progress an opaque type | Nicolas Pitre | 1 | -8/+8 |
| 2007-10-18 | Change 'Deltifying objects' to 'Compressing objects' | Shawn O. Pearce | 1 | -1/+1 |
| 2007-10-17 | fix const issues with some functions | Nicolas Pitre | 1 | -1/+1 |
| 2007-10-17 | pack-objects.c: fix some global variable abuse and memory leaks | Nicolas Pitre | 1 | -14/+15 |
| 2007-10-17 | pack-objects: no delta possible with only one object in the list | Nicolas Pitre | 1 | -1/+1 |
| 2007-10-17 | more compact progress display | Nicolas Pitre | 1 | -11/+5 |
| 2007-10-03 | Merge branch 'jc/autogc' | Junio C Hamano | 1 | -2/+93 |
| 2007-09-17 | pack-objects --keep-unreachable | Junio C Hamano | 1 | -2/+93 |
| 2007-09-14 | builtin-pack-objects.c: avoid bogus gcc warnings | Junio C Hamano | 1 | -6/+6 |
| 2007-09-12 | threaded delta search: proper locking for cache accounting | Nicolas Pitre | 1 | -4/+20 |
| 2007-09-10 | threaded delta search: add pack.threads config variable | Nicolas Pitre | 1 | -0/+11 |
| 2007-09-10 | fix threaded delta search locking | Nicolas Pitre | 1 | -5/+6 |
| 2007-09-09 | threaded delta search: specify number of threads at run time | Nicolas Pitre | 1 | -5/+21 |
| 2007-09-09 | threaded delta search: better chunck split point | Nicolas Pitre | 1 | -0/+5 |
| 2007-09-09 | threaded delta search: refine work allocation | Nicolas Pitre | 1 | -14/+45 |
| 2007-09-06 | basic threaded delta search | Nicolas Pitre | 1 | -1/+82 |
| 2007-09-06 | rearrange delta search progress reporting | Nicolas Pitre | 1 | -9/+14 |
| 2007-09-05 | localize window memory usage accounting | Nicolas Pitre | 1 | -14/+14 |
| 2007-09-05 | straighten the list of objects to deltify | Nicolas Pitre | 1 | -35/+42 |
| 2007-09-01 | Keep last used delta base in the delta window | Junio C Hamano | 1 | -2/+23 |
| 2007-08-30 | fix same sized delta logic | Nicolas Pitre | 1 | -4/+8 |
| 2007-08-25 | pack-objects: check return value from read_sha1_file() | Junio C Hamano | 1 | -0/+6 |
| 2007-08-19 | Make thin-pack generation subproject aware. | Linus Torvalds | 1 | -0/+2 |
| 2007-08-15 | pack-objects: remove bogus arguments to delta_cacheable() | Nicolas Pitre | 1 | -4/+3 |
| 2007-08-14 | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 1 | -3/+1 |
| 2007-07-12 | Pack-objects: properly initialize the depth value | Nicolas Pitre | 1 | -0/+1 |
| 2007-07-12 | reduce git-pack-objects memory usage a little more | Nicolas Pitre | 1 | -10/+9 |
| 2007-07-12 | Add pack-objects window memory usage limit | Brian Downing | 1 | -8/+44 |
| 2007-07-12 | Don't try to delta if target is much smaller than source | Brian Downing | 1 | -0/+2 |
| 2007-07-12 | apply delta depth bias to already deltified objects | Nicolas Pitre | 1 | -4/+10 |
| 2007-07-08 | pack-objects: Prefer shallower deltas if the size is equal | Brian Downing | 1 | -1/+7 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
| 2007-06-02 | Unify write_index_file functions | Geert Bosch | 1 | -170/+52 |
| 2007-05-30 | fix repack with --max-pack-size | Nicolas Pitre | 1 | -18/+11 |
| 2007-05-29 | builtin-pack-object: cache small deltas | Martin Koegler | 1 | -0/+8 |
| 2007-05-29 | git-pack-objects: cache small deltas between big objects | Martin Koegler | 1 | -15/+54 |
| 2007-05-29 | builtin-pack-objects: don't fail, if delta is not possible | Martin Koegler | 1 | -2/+6 |
| 2007-05-29 | Merge branch 'dh/repack' (early part) | Junio C Hamano | 1 | -105/+224 |
| 2007-05-23 | pack-objects: clarification & option checks for --max-pack-size | Dana How | 1 | -0/+9 |
| 2007-05-22 | builtin-pack-objects: remove unnecessary code for no-delta | Junio C Hamano | 1 | -2/+0 |
| 2007-05-21 | Teach "delta" attribute to pack-objects. | Junio C Hamano | 1 | -1/+34 |
| 2007-05-21 | pack-objects: pass fullname down to add_object_entry() | Junio C Hamano | 1 | -13/+14 |
| 2007-05-20 | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 1 | -1/+8 |
| 2007-05-20 | git-repack --max-pack-size: split packs as asked by write_{object,one}() | Dana L. How | 1 | -49/+71 |
| 2007-05-20 | git-repack --max-pack-size: write_{object,one}() respect pack limit | Dana L. How | 1 | -27/+104 |
| 2007-05-20 | git-repack --max-pack-size: new file statics and code restructuring | Dana L. How | 1 | -32/+36 |
| 2007-05-20 | Merge branch 'dh/pack' | Junio C Hamano | 1 | -1/+27 |
| 2007-05-10 | Custom compression levels for objects and packs | Dana How | 1 | -2/+31 |
| 2007-05-10 | deprecate the new loose object header format | Nicolas Pitre | 1 | -69/+0 |
| 2007-05-10 | allow for undeltified objects not to be reused | Nicolas Pitre | 1 | -8/+14 |
| 2007-05-08 | Increase pack.depth default to 50 | Theodore Ts'o | 1 | -1/+1 |
| 2007-05-08 | Add pack.depth option to git-pack-objects. | Theodore Ts'o | 1 | -1/+5 |
| 2007-05-07 | Use GIT_OBJECT_DIR for temporary files of pack-objects | Alex Riesen | 1 | -6/+8 |
| 2007-04-22 | make progress "title" part of the common progress interface | Nicolas Pitre | 1 | -12/+7 |
| 2007-04-22 | common progress display support | Nicolas Pitre | 1 | -62/+21 |
| 2007-04-22 | pack-objects: make generated packfile read-only | Junio C Hamano | 1 | -1/+1 |
| 2007-04-22 | Fix 'quickfix' on pack-objects. | Junio C Hamano | 1 | -2/+14 |
| 2007-04-22 | pack-objects: quickfix for permission modes. | Junio C Hamano | 1 | -0/+6 |
| 2007-04-19 | pack-objects: remove obsolete comments | Nicolas Pitre | 1 | -11/+3 |
| 2007-04-16 | pack-objects: better check_object() performances | Nicolas Pitre | 1 | -80/+126 |
| 2007-04-16 | pack-objects: make in_pack_header_size a variable of its own | Nicolas Pitre | 1 | -14/+12 |
| 2007-04-16 | pack-objects: get rid of create_final_object_list() | Nicolas Pitre | 1 | -55/+72 |
| 2007-04-16 | pack-objects: get rid of reuse_cached_pack | Nicolas Pitre | 1 | -72/+14 |
| 2007-04-16 | pack-objects: clean up list sorting | Nicolas Pitre | 1 | -31/+22 |
| 2007-04-16 | pack-objects: rework check_delta_limit usage | Nicolas Pitre | 1 | -44/+32 |
| 2007-04-16 | pack-objects: equal objects in size should delta against newer objects | Nicolas Pitre | 1 | -1/+1 |
| 2007-04-16 | pack-objects: optimize preferred base handling a bit | Nicolas Pitre | 1 | -15/+12 |
| 2007-04-11 | clean up add_object_entry() | Nicolas Pitre | 1 | -27/+25 |
| 2007-04-10 | validate reused pack data with CRC when possible | Nicolas Pitre | 1 | -12/+34 |
| 2007-04-10 | allow forcing index v2 and 64-bit offset treshold | Nicolas Pitre | 1 | -3/+17 |
| 2007-04-10 | pack-objects: learn about pack index version 2 | Nicolas Pitre | 1 | -12/+87 |
| 2007-04-10 | compute a CRC32 for each object as stored in a pack | Nicolas Pitre | 1 | -0/+6 |
| 2007-04-10 | add overflow tests on pack offset variables | Nicolas Pitre | 1 | -6/+13 |
| 2007-04-10 | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 1 | -1/+1 |
| 2007-04-10 | get rid of num_packed_objects() | Nicolas Pitre | 1 | -2/+2 |
| 2007-04-05 | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 1 | -1/+1 |
| 2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -4/+2 |
| 2007-03-21 | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 1 | -1/+1 |
| 2007-03-16 | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 1 | -6/+8 |
| 2007-03-07 | Use off_t in pack-objects/fast-import when we mean an offset | Shawn O. Pearce | 1 | -26/+26 |
| 2007-03-07 | Use uint32_t for pack-objects counters. | Shawn O. Pearce | 1 | -33/+30 |
| 2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -17/+15 |
| 2007-02-27 | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 1 | -12/+1 |
| 2007-02-25 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+9 |
| 2007-02-25 | Allow arbitrary number of arguments to git-pack-objects | Roland Dreier | 1 | -3/+9 |
| 2007-02-20 | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 1 | -3/+3 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -3/+3 |
| 2007-01-18 | Use fixed-size integers for .idx file I/O | Junio C Hamano | 1 | -3/+3 |
| 2006-12-29 | pack-objects: fix use of use_pack(). | Junio C Hamano | 1 | -2/+5 |
| 2006-12-29 | Fix random segfaults in pack-objects. | Shawn O. Pearce | 1 | -3/+4 |
| 2006-12-29 | Loop over pack_windows when inflating/accessing data. | Shawn O. Pearce | 1 | -6/+52 |
| 2006-12-29 | Replace use_packed_git with window cursors. | Shawn O. Pearce | 1 | -9/+7 |
| 2006-12-29 | Refactor packed_git to prepare for sliding mmap windows. | Shawn O. Pearce | 1 | -2/+2 |
| 2006-12-20 | Teach git-repack to preserve objects referred to by reflog entries. | Junio C Hamano | 1 | -1/+2 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+0 |
| 2006-11-29 | pack-objects: remove redundent status information | Nicolas Pitre | 1 | -2/+4 |
| 2006-11-17 | pack-objects: tweak "do not even attempt delta" heuristics | Junio C Hamano | 1 | -1/+3 |
| 2006-11-07 | git-pack-objects progress flag documentation and cleanup | Nicolas Pitre | 1 | -9/+10 |
| 2006-11-01 | make git-push a bit more verbose | Nicolas Pitre | 1 | -7/+11 |
| 2006-10-10 | pack-objects: document --delta-base-offset option | Junio C Hamano | 1 | -1/+1 |
| 2006-09-27 | allow delta data reuse even if base object is a preferred base | Nicolas Pitre | 1 | -1/+1 |
| 2006-09-27 | zap a debug remnant | Nicolas Pitre | 1 | -1/+0 |
| 2006-09-27 | make pack data reuse compatible with both delta types | Nicolas Pitre | 1 | -74/+130 |
| 2006-09-27 | make git-pack-objects able to create deltas with offset to base | Nicolas Pitre | 1 | -14/+33 |
| 2006-09-27 | introduce delta objects with offset to base | Nicolas Pitre | 1 | -8/+8 |
| 2006-09-23 | many cleanups to sha1_file.c | Nicolas Pitre | 1 | -4/+4 |
| 2006-09-12 | pack-objects: document --revs, --unpacked and --all. | Junio C Hamano | 1 | -1/+1 |
| 2006-09-07 | pack-objects: further work on internal rev-list logic. | Junio C Hamano | 1 | -60/+39 |
| 2006-09-07 | pack-objects: run rev-list equivalent internally. | Junio C Hamano | 1 | -82/+215 |
| 2006-09-03 | more lightweight revalidation while reusing deflated stream in packing | Junio C Hamano | 1 | -29/+52 |
| 2006-09-03 | pack-objects: fix thinko in revalidate code | Junio C Hamano | 1 | -6/+7 |
| 2006-09-02 | pack-objects: re-validate data we copy from elsewhere. | Junio C Hamano | 1 | -4/+63 |
| 2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -3/+3 |
| 2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -4/+4 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -14/+14 |
| 2006-08-12 | Merge branch 'jc/pack-objects' | Junio C Hamano | 1 | -0/+16 |