summaryrefslogtreecommitdiff
path: root/builtin-fetch--tool.c
Commit message (Expand)AuthorAgeFilesLines
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
* refactor signal handling for cleanup functionsJeff King2009-01-211-1/+1
* chain kill signals for cleanup functionsJeff King2009-01-211-2/+3
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa2007-11-301-2/+10
* Add strchrnul()René Scharfe2007-11-091-6/+2
* Improved const correctness for stringsShawn O. Pearce2007-10-211-2/+2
* Merge branch 'maint'Shawn O. Pearce2007-10-191-1/+1
|\
| * Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds2007-10-181-1/+1
* | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-1/+1
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-5/+1
* | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* | Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit2007-09-101-17/+6
* | Function for updating refs.Carlos Rica2007-09-051-13/+8
|/
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-0/+1
* Merge branch 'sv/checkout'Junio C Hamano2007-05-201-1/+1
|\
| * git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-1/+1
* | Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-2/+2
|/
* Merge branch 'maint'Junio C Hamano2007-04-291-4/+1
|\
| * Do not barf on too long action descriptionJunio C Hamano2007-04-291-4/+1
* | git-fetch: Fix "argument list too long"OGAWA Hirofumi2007-04-241-1/+5
* | git-fetch--tool pick-rrefJunio C Hamano2007-04-101-0/+84
|/
* builtin-fetch--tool: fix reflog notes.Junio C Hamano2007-02-281-4/+6
* git-fetch: retire update-local-ref which is not used anymore.Junio C Hamano2007-02-281-6/+0
* builtin-fetch--tool: make sure not to overstep ls-remote-result buffer.Junio C Hamano2007-02-271-0/+2
* fetch--tool: fix uninitialized buffer when reading from stdinJunio C Hamano2007-02-271-6/+13
* builtin-fetch--tool: adjust to updated sha1_object_info().Junio C Hamano2007-02-271-4/+6
* Allow fetch--tool to read from stdinJulian Phillips2007-02-131-2/+25
* git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano2007-02-131-0/+90
* git-fetch: rewrite another shell loop in CJunio C Hamano2007-02-131-0/+46
* git-fetch: move more code into C.Junio C Hamano2007-02-131-0/+125
* git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano2007-02-131-0/+214