summaryrefslogtreecommitdiffstats
path: root/mktag.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/replace'Junio C Hamano2009-08-211-3/+4
|\
| * mktag: call "check_sha1_signature" with the replacement sha1Christian Couder2009-05-311-3/+4
* | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
|/
* Replace deprecated dashed git commands in usageAlexander Potashev2009-02-041-1/+1
* Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+3
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey2008-03-311-15/+14
* mktag.c: improve verification of tagger field and testsBrandon Casey2008-03-301-9/+52
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-101-8/+7
* Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica2007-07-181-1/+1
* Remove unnecessary code and comments on non-existing 8kB tag object restrictionJohan Herland2007-06-091-7/+0
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-4/+4
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-1/+1
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-031-1/+1
* Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones2006-08-021-5/+13
* New tests and en-passant modifications to mktag.Ramsay Allan Jones2006-08-021-17/+18
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-2/+3
* add more informative error messages to git-mktagBjörn Engelmann2006-05-231-11/+15
* remove the artificial restriction tagsize < 8kbBjörn Engelmann2006-05-231-10/+9
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+2
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-191-7/+2
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* [PATCH] Update tags to record who made themEric W. Biederman2005-07-151-2/+8
* git-mktag: be more careful in reading the input.Linus Torvalds2005-05-291-1/+12
* [PATCH] delta readNicolas Pitre2005-05-201-14/+8
* Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds2005-04-291-0/+125