Age | Commit message (Expand) | Author | Files | Lines |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
2008-03-31 | mktag.c: tweak validation of tagger field and adjust test script | Brandon Casey | 1 | -15/+14 |
2008-03-30 | mktag.c: improve verification of tagger field and tests | Brandon Casey | 1 | -9/+52 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-10 | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 1 | -8/+7 |
2007-07-18 | Rename read_pipe() with read_fd() and make its buffer nul-terminated. | Carlos Rica | 1 | -1/+1 |
2007-06-09 | Remove unnecessary code and comments on non-existing 8kB tag object restriction | Johan Herland | 1 | -7/+0 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -4/+4 |
2006-08-31 | Use xmalloc instead of malloc | Jonas Fonseca | 1 | -1/+1 |
2006-08-03 | Fixup command names in some usage strings. | Ramsay Allan Jones | 1 | -1/+1 |
2006-08-02 | Add NO_C99_FORMAT to support older compilers. | Ramsay Allan Jones | 1 | -5/+13 |
2006-08-02 | New tests and en-passant modifications to mktag. | Ramsay Allan Jones | 1 | -17/+18 |
2006-07-10 | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 1 | -2/+3 |
2006-05-23 | add more informative error messages to git-mktag | Björn Engelmann | 1 | -11/+15 |
2006-05-23 | remove the artificial restriction tagsize < 8kb | Björn Engelmann | 1 | -10/+9 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -1/+2 |
2005-12-19 | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 1 | -7/+2 |
2005-11-28 | Make the rest of commands work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
2005-07-15 | [PATCH] Update tags to record who made them | Eric W. Biederman | 1 | -2/+8 |
2005-05-29 | git-mktag: be more careful in reading the input. | Linus Torvalds | 1 | -1/+12 |
2005-05-20 | [PATCH] delta read | Nicolas Pitre | 1 | -14/+8 |
2005-04-29 | Rename git core commands to be "git-xxxx" to avoid name clashes. | Linus Torvalds | 1 | -0/+125 |