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
/
builtin-fetch--tool.c
Commit message (
Expand
)
Author
Age
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
*
refactor signal handling for cleanup functions
Jeff King
2009-01-21
*
chain kill signals for cleanup functions
Jeff King
2009-01-21
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
*
Error out when user doesn't have access permission to the repository
André Goddard Rosa
2007-11-30
*
Add strchrnul()
René Scharfe
2007-11-09
*
Improved const correctness for strings
Shawn O. Pearce
2007-10-21
*
Merge branch 'maint'
Shawn O. Pearce
2007-10-19
|
\
|
*
Avoid scary errors about tagged trees/blobs during git-fetch
Linus Torvalds
2007-10-18
*
|
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
*
|
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-18
*
|
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-16
*
|
Use strbuf_read in builtin-fetch-tool.c.
Pierre Habouzit
2007-09-10
*
|
Function for updating refs.
Carlos Rica
2007-09-05
|
/
*
Make every builtin-*.c file #include "builtin.h"
Peter Hagervall
2007-07-14
*
Merge branch 'sv/checkout'
Junio C Hamano
2007-05-20
|
\
|
*
git-update-ref: add --no-deref option for overwriting/detaching ref
Sven Verdoolaege
2007-05-10
*
|
Ensure return value from xread() is always stored into an ssize_t
Johan Herland
2007-05-15
|
/
*
Merge branch 'maint'
Junio C Hamano
2007-04-29
|
\
|
*
Do not barf on too long action description
Junio C Hamano
2007-04-29
*
|
git-fetch: Fix "argument list too long"
OGAWA Hirofumi
2007-04-24
*
|
git-fetch--tool pick-rref
Junio C Hamano
2007-04-10
|
/
*
builtin-fetch--tool: fix reflog notes.
Junio C Hamano
2007-02-28
*
git-fetch: retire update-local-ref which is not used anymore.
Junio C Hamano
2007-02-28
*
builtin-fetch--tool: make sure not to overstep ls-remote-result buffer.
Junio C Hamano
2007-02-27
*
fetch--tool: fix uninitialized buffer when reading from stdin
Junio C Hamano
2007-02-27
*
builtin-fetch--tool: adjust to updated sha1_object_info().
Junio C Hamano
2007-02-27
*
Allow fetch--tool to read from stdin
Julian Phillips
2007-02-13
*
git-fetch: rewrite expand_ref_wildcard in C
Junio C Hamano
2007-02-13
*
git-fetch: rewrite another shell loop in C
Junio C Hamano
2007-02-13
*
git-fetch: move more code into C.
Junio C Hamano
2007-02-13
*
git-fetch--tool: start rewriting parts of git-fetch in C.
Junio C Hamano
2007-02-13