Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-24Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-18Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-12drop length argument of has_extensionRene Scharfe
2006-08-11Add has_extension()Rene Scharfe
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-02-10remove delta-against-self bitNicolas Pitre
2005-12-27avoid asking ?alloc() for zero bytes.Junio C Hamano
2005-12-22An off-by-one bug found by valgrindPavel Roskin
2005-10-13Fix packname hash generation.Junio C Hamano
2005-10-13Add git-index-pack utilitySergey Vlasov