Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -2/+2 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -6/+6 |
* | drop length argument of has_extension | Rene Scharfe | 2006-08-11 | 1 | -1/+1 |
* | Add has_extension() | Rene Scharfe | 2006-08-10 | 1 | -1/+1 |
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -4/+8 |
* | remove delta-against-self bit | Nicolas Pitre | 2006-02-09 | 1 | -3/+3 |
* | avoid asking ?alloc() for zero bytes. | Junio C Hamano | 2005-12-26 | 1 | -8/+14 |
* | An off-by-one bug found by valgrind | Pavel Roskin | 2005-12-21 | 1 | -1/+1 |
* | Fix packname hash generation. | Junio C Hamano | 2005-10-12 | 1 | -2/+13 |
* | Add git-index-pack utility | Sergey Vlasov | 2005-10-12 | 1 | -0/+451 |