Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-08-03 | Make git-pack-objects a builtin | Matthias Kestenholz | 1 | -0/+1376 |