aboutsummaryrefslogtreecommitdiffstats
path: root/convert-objects.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-25Move convert-objects to contrib.Matt Kraai1-329/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-18fix up strtoul_ui error handlingAndy Whitcroft1-1/+1
2007-04-14sscanf/strtoul: parse integers robustlyJim Meyering1-1/+1
2007-03-07General const correctness fixesShawn O. Pearce1-1/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-6/+6
2006-12-20simplify inclusion of system header files.Junio C Hamano1-4/+0
2006-11-15convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano1-1/+1
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