summaryrefslogtreecommitdiff
path: root/unpack-trees.c
Commit message (Expand)AuthorAgeFilesLines
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* use appropriate typedefsDavid Rientjes2006-08-151-1/+1
* read-tree: move merge functions to the libraryJohannes Schindelin2006-07-301-0/+404
* read-trees: refactor the unpack_trees() partJohannes Schindelin2006-07-301-0/+395