index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mktag.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'cc/replace'
Junio C Hamano
2009-08-21
|
\
|
*
mktag: call "check_sha1_signature" with the replacement sha1
Christian Couder
2009-05-31
*
|
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
|
/
*
Replace deprecated dashed git commands in usage
Alexander Potashev
2009-02-04
*
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
2009-01-26
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
*
mktag.c: tweak validation of tagger field and adjust test script
Brandon Casey
2008-03-31
*
mktag.c: improve verification of tagger field and tests
Brandon Casey
2008-03-30
*
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-16
*
Replace all read_fd use with strbuf_read, and get rid of it.
Pierre Habouzit
2007-09-10
*
Rename read_pipe() with read_fd() and make its buffer nul-terminated.
Carlos Rica
2007-07-18
*
Remove unnecessary code and comments on non-existing 8kB tag object restriction
Johan Herland
2007-06-09
*
War on whitespace
Junio C Hamano
2007-06-07
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
*
Use xmalloc instead of malloc
Jonas Fonseca
2006-08-31
*
Fixup command names in some usage strings.
Ramsay Allan Jones
2006-08-03
*
Add NO_C99_FORMAT to support older compilers.
Ramsay Allan Jones
2006-08-02
*
New tests and en-passant modifications to mktag.
Ramsay Allan Jones
2006-08-02
*
Avoid C99 comments, use old-style C comments instead.
Pavel Roskin
2006-07-10
*
add more informative error messages to git-mktag
Björn Engelmann
2006-05-23
*
remove the artificial restriction tagsize < 8kb
Björn Engelmann
2006-05-23
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
*
xread/xwrite: do not worry about EINTR at calling sites.
Junio C Hamano
2005-12-19
*
Make the rest of commands work from a subdirectory.
Junio C Hamano
2005-11-28
*
[PATCH] Update tags to record who made them
Eric W. Biederman
2005-07-15
*
git-mktag: be more careful in reading the input.
Linus Torvalds
2005-05-29
*
[PATCH] delta read
Nicolas Pitre
2005-05-20
*
Rename git core commands to be "git-xxxx" to avoid name clashes.
Linus Torvalds
2005-04-29