Commit message (Expand) | Author | Age | |
---|---|---|---|
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | Allow pack header preprocessing before unpack-objects/index-pack. | Nicolas Pitre | 2006-11-03 |
* | Use memmove instead of memcpy for overlapping areas | Edgar Toernig | 2006-10-30 |
* | teach git-unpack-objects about deltas with offset to base | Nicolas Pitre | 2006-09-27 |
* | introduce delta objects with offset to base | Nicolas Pitre | 2006-09-27 |
* | unpack-objects -r: call it "recover". | Junio C Hamano | 2006-09-13 |
* | unpack-objects desperately salvages objects from a corrupt pack | Junio C Hamano | 2006-09-04 |
* | unpack-objects: remove unused variable "eof" | Johannes Schindelin | 2006-08-29 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | Merge branch 'jc/pack-objects' | Junio C Hamano | 2006-08-12 |
* | Make git-unpack-objects a builtin | Matthias Kestenholz | 2006-08-03 |