| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase pack.depth default to 50 | Theodore Ts'o | 2007-05-08 | 1 | -1/+1 |
* | Add pack.depth option to git-pack-objects. | Theodore Ts'o | 2007-05-08 | 1 | -1/+5 |
* | Use GIT_OBJECT_DIR for temporary files of pack-objects | Alex Riesen | 2007-05-07 | 1 | -6/+8 |
* | make progress "title" part of the common progress interface | Nicolas Pitre | 2007-04-22 | 1 | -12/+7 |
* | common progress display support | Nicolas Pitre | 2007-04-22 | 1 | -62/+21 |
* | pack-objects: make generated packfile read-only | Junio C Hamano | 2007-04-22 | 1 | -1/+1 |
* | Fix 'quickfix' on pack-objects. | Junio C Hamano | 2007-04-22 | 1 | -2/+14 |
* | pack-objects: quickfix for permission modes. | Junio C Hamano | 2007-04-22 | 1 | -0/+6 |
* | pack-objects: remove obsolete comments | Nicolas Pitre | 2007-04-19 | 1 | -11/+3 |
* | pack-objects: better check_object() performances | Nicolas Pitre | 2007-04-16 | 1 | -80/+126 |
* | pack-objects: make in_pack_header_size a variable of its own | Nicolas Pitre | 2007-04-16 | 1 | -14/+12 |
* | pack-objects: get rid of create_final_object_list() | Nicolas Pitre | 2007-04-16 | 1 | -55/+72 |
* | pack-objects: get rid of reuse_cached_pack | Nicolas Pitre | 2007-04-16 | 1 | -72/+14 |
* | pack-objects: clean up list sorting | Nicolas Pitre | 2007-04-16 | 1 | -31/+22 |
* | pack-objects: rework check_delta_limit usage | Nicolas Pitre | 2007-04-16 | 1 | -44/+32 |
* | pack-objects: equal objects in size should delta against newer objects | Nicolas Pitre | 2007-04-16 | 1 | -1/+1 |
* | pack-objects: optimize preferred base handling a bit | Nicolas Pitre | 2007-04-16 | 1 | -15/+12 |
* | clean up add_object_entry() | Nicolas Pitre | 2007-04-11 | 1 | -27/+25 |
* | validate reused pack data with CRC when possible | Nicolas Pitre | 2007-04-10 | 1 | -12/+34 |
* | allow forcing index v2 and 64-bit offset treshold | Nicolas Pitre | 2007-04-10 | 1 | -3/+17 |
* | pack-objects: learn about pack index version 2 | Nicolas Pitre | 2007-04-10 | 1 | -12/+87 |
* | compute a CRC32 for each object as stored in a pack | Nicolas Pitre | 2007-04-10 | 1 | -0/+6 |
* | add overflow tests on pack offset variables | Nicolas Pitre | 2007-04-10 | 1 | -6/+13 |
* | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 2007-04-10 | 1 | -1/+1 |
* | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 | 1 | -2/+2 |
* | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 2007-04-05 | 1 | -1/+1 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 1 | -4/+2 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 | 1 | -1/+1 |
* | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 2007-03-16 | 1 | -6/+8 |
* | Use off_t in pack-objects/fast-import when we mean an offset | Shawn O. Pearce | 2007-03-07 | 1 | -26/+26 |
* | Use uint32_t for pack-objects counters. | Shawn O. Pearce | 2007-03-07 | 1 | -33/+30 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -17/+15 |
* | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 2007-02-27 | 1 | -12/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-02-25 | 1 | -3/+9 |
|\ |
|
| * | Allow arbitrary number of arguments to git-pack-objects | Roland Dreier | 2007-02-25 | 1 | -3/+9 |
* | | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
|/ |
|
* | Use fixed-size integers for .idx file I/O | Junio C Hamano | 2007-01-18 | 1 | -3/+3 |
* | pack-objects: fix use of use_pack(). | Junio C Hamano | 2006-12-29 | 1 | -2/+5 |
* | Fix random segfaults in pack-objects. | Shawn O. Pearce | 2006-12-29 | 1 | -3/+4 |
* | Loop over pack_windows when inflating/accessing data. | Shawn O. Pearce | 2006-12-29 | 1 | -6/+52 |
* | Replace use_packed_git with window cursors. | Shawn O. Pearce | 2006-12-29 | 1 | -9/+7 |
* | Refactor packed_git to prepare for sliding mmap windows. | Shawn O. Pearce | 2006-12-29 | 1 | -2/+2 |
* | Teach git-repack to preserve objects referred to by reflog entries. | Junio C Hamano | 2006-12-20 | 1 | -1/+2 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -2/+0 |
* | pack-objects: remove redundent status information | Nicolas Pitre | 2006-11-29 | 1 | -2/+4 |
* | pack-objects: tweak "do not even attempt delta" heuristics | Junio C Hamano | 2006-11-17 | 1 | -1/+3 |
* | git-pack-objects progress flag documentation and cleanup | Nicolas Pitre | 2006-11-07 | 1 | -9/+10 |
* | make git-push a bit more verbose | Nicolas Pitre | 2006-11-01 | 1 | -7/+11 |
* | pack-objects: document --delta-base-offset option | Junio C Hamano | 2006-10-10 | 1 | -1/+1 |