| Commit message (Expand) | Author | Age |
* | sparse fix: non-ANSI function declaration | Rene Scharfe | 2006-11-18 |
* | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 |
* | have index-pack create .keep file more carefully | Nicolas Pitre | 2006-11-03 |
* | Allow pack header preprocessing before unpack-objects/index-pack. | Nicolas Pitre | 2006-11-03 |
* | Teach git-index-pack how to keep a pack file. | Shawn Pearce | 2006-10-29 |
* | index-pack: minor fixes to comment and function name | Nicolas Pitre | 2006-10-27 |
* | mimic unpack-objects when --stdin is used with index-pack | Nicolas Pitre | 2006-10-26 |
* | add progress status to index-pack | Nicolas Pitre | 2006-10-26 |
* | make index-pack able to complete thin packs. | Nicolas Pitre | 2006-10-26 |
* | enable index-pack streaming capability | Nicolas Pitre | 2006-10-25 |
* | add the capability for index-pack to read from a stream | Nicolas Pitre | 2006-10-20 |
* | index-pack: compare only the first 20-bytes of the key. | Nicolas Pitre | 2006-10-18 |
* | teach git-index-pack about deltas with offset to base | Nicolas Pitre | 2006-09-27 |
* | introduce delta objects with offset to base | Nicolas Pitre | 2006-09-27 |
* | 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 |
* | drop length argument of has_extension | Rene Scharfe | 2006-08-11 |
* | Add has_extension() | Rene Scharfe | 2006-08-10 |
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 |
* | remove delta-against-self bit | Nicolas Pitre | 2006-02-09 |
* | avoid asking ?alloc() for zero bytes. | Junio C Hamano | 2005-12-26 |
* | An off-by-one bug found by valgrind | Pavel Roskin | 2005-12-21 |
* | Fix packname hash generation. | Junio C Hamano | 2005-10-12 |
* | Add git-index-pack utility | Sergey Vlasov | 2005-10-12 |