aboutsummaryrefslogtreecommitdiffstats
path: root/convert-objects.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-3/+3
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-08-02Fix header breakage with _XOPEN_SOURCE.Ramsay Allan Jones1-0/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-6/+6
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-11/+11
2006-05-08Separate object name errors from usage errorsDmitry V. Levin1-1/+3
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-2/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-8/+11
2005-12-06[PATCH] Initial AIX portability fixes.Jason Riedy1-1/+2
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano1-1/+0
2005-09-07[PATCH] Portability fix for Solaris 10/x86Patrick Mauritz1-0/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+326