aboutsummaryrefslogtreecommitdiffstats
path: root/mktag.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22make "mktag" a built-inLinus Torvalds1-183/+0
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-3/+4
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-05-31mktag: call "check_sha1_signature" with the replacement sha1Christian Couder1-3/+4
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-03-31mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey1-15/+14
2008-03-30mktag.c: improve verification of tagger field and testsBrandon Casey1-9/+52
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit1-8/+7
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica1-1/+1
2007-06-09Remove unnecessary code and comments on non-existing 8kB tag object restrictionJohan Herland1-7/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-4/+4
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-1/+1
2006-08-03Fixup command names in some usage strings.Ramsay Allan Jones1-1/+1
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones1-5/+13
2006-08-02New tests and en-passant modifications to mktag.Ramsay Allan Jones1-17/+18
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-2/+3
2006-05-23add more informative error messages to git-mktagBjörn Engelmann1-11/+15
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann1-10/+9
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-1/+2
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano1-7/+2
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-07-15[PATCH] Update tags to record who made themEric W. Biederman1-2/+8
2005-05-29git-mktag: be more careful in reading the input.Linus Torvalds1-1/+12
2005-05-20[PATCH] delta readNicolas Pitre1-14/+8
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds1-0/+125