24 Commits (7c0f7028ee04f135c7481671f05ca4a66072c78f)

Author SHA1 Message Date
Rene Scharfe a6e8a76770 sparse fix: non-ANSI function declaration 18 years ago
Nicolas Pitre 576162a45f remove .keep pack lock files when done with refs update 18 years ago
Nicolas Pitre 9ca4a201ea have index-pack create .keep file more carefully 18 years ago
Nicolas Pitre bed006fbdd Allow pack header preprocessing before unpack-objects/index-pack. 18 years ago
Edgar Toernig 79a65697be Use memmove instead of memcpy for overlapping areas 18 years ago
Shawn Pearce b807770924 Teach git-index-pack how to keep a pack file. 18 years ago
Nicolas Pitre b89c4e93cc index-pack: minor fixes to comment and function name 18 years ago
Nicolas Pitre 9bee247851 mimic unpack-objects when --stdin is used with index-pack 18 years ago
Nicolas Pitre 3c9af36646 add progress status to index-pack 18 years ago
Nicolas Pitre 636171cb80 make index-pack able to complete thin packs. 18 years ago
Nicolas Pitre e42797f5b6 enable index-pack streaming capability 18 years ago
Nicolas Pitre 2d477051ef add the capability for index-pack to read from a stream 18 years ago
Nicolas Pitre 3c552873c6 index-pack: compare only the first 20-bytes of the key. 18 years ago
Nicolas Pitre 53dda6ff62 teach git-index-pack about deltas with offset to base 18 years ago
Nicolas Pitre eb32d236df introduce delta objects with offset to base 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
Rene Scharfe 5bb1cda5f7 drop length argument of has_extension 18 years ago
Rene Scharfe 83a2b841d6 Add has_extension() 18 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Nicolas Pitre d60fc1c864 remove delta-against-self bit 19 years ago
Junio C Hamano 7e4a2a8483 avoid asking ?alloc() for zero bytes. 19 years ago
Pavel Roskin 6689f08735 An off-by-one bug found by valgrind 19 years ago
Junio C Hamano 84c8d8aec5 Fix packname hash generation. 19 years ago
Sergey Vlasov 9cf6d3357a Add git-index-pack utility 19 years ago