summaryrefslogtreecommitdiff
path: root/mktag.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Libravatar Pierre Habouzit1-8/+7
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Libravatar Carlos Rica1-1/+1
2007-06-09Remove unnecessary code and comments on non-existing 8kB tag object restrictionLibravatar Johan Herland1-7/+0
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-4/+4
2006-08-31Use xmalloc instead of mallocLibravatar Jonas Fonseca1-1/+1
2006-08-03Fixup command names in some usage strings.Libravatar Ramsay Allan Jones1-1/+1
2006-08-02Add NO_C99_FORMAT to support older compilers.Libravatar Ramsay Allan Jones1-5/+13
2006-08-02New tests and en-passant modifications to mktag.Libravatar Ramsay Allan Jones1-17/+18
2006-07-10Avoid C99 comments, use old-style C comments instead.Libravatar Pavel Roskin1-2/+3
2006-05-23add more informative error messages to git-mktagLibravatar Björn Engelmann1-11/+15
2006-05-23remove the artificial restriction tagsize < 8kbLibravatar Björn Engelmann1-10/+9
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Libravatar Peter Eriksen1-1/+2
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Libravatar Junio C Hamano1-7/+2
2005-11-28Make the rest of commands work from a subdirectory.Libravatar Junio C Hamano1-0/+2
2005-07-15[PATCH] Update tags to record who made themLibravatar Eric W. Biederman1-2/+8
2005-05-29git-mktag: be more careful in reading the input.Libravatar Linus Torvalds1-1/+12
2005-05-20[PATCH] delta readLibravatar Nicolas Pitre1-14/+8
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Libravatar Linus Torvalds1-0/+125