summaryrefslogtreecommitdiff
path: root/mktag.c
AgeCommit message (Expand)Author
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica
2007-06-09Remove unnecessary code and comments on non-existing 8kB tag object restrictionJohan Herland
2007-06-07War on whitespaceJunio C Hamano
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones
2006-08-02New tests and en-passant modifications to mktag.Ramsay Allan Jones
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-05-23add more informative error messages to git-mktagBjörn Engelmann
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-07-15[PATCH] Update tags to record who made themEric W. Biederman
2005-05-29git-mktag: be more careful in reading the input.Linus Torvalds
2005-05-20[PATCH] delta readNicolas Pitre
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds