aboutsummaryrefslogtreecommitdiffstats
path: root/unpack-trees.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-15use appropriate typedefsDavid Rientjes1-1/+1
2006-07-30read-tree: move merge functions to the libraryJohannes Schindelin1-0/+404
2006-07-30read-trees: refactor the unpack_trees() partJohannes Schindelin1-0/+395