aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-fetch--tool.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-21refactor signal handling for cleanup functionsJeff King1-1/+1
2009-01-21chain kill signals for cleanup functionsJeff King1-2/+3
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2007-11-30Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa1-2/+10
2007-11-09Add strchrnul()René Scharfe1-6/+2
2007-10-21Improved const correctness for stringsShawn O. Pearce1-2/+2
2007-10-19Merge branch 'maint'Shawn O. Pearce1-1/+1
2007-10-18Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds1-1/+1
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-1/+1
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-5/+1
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit1-17/+6
2007-09-05Function for updating refs.Carlos Rica1-13/+8
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-0/+1
2007-05-20Merge branch 'sv/checkout'Junio C Hamano1-1/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland1-2/+2
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege1-1/+1
2007-04-29Merge branch 'maint'Junio C Hamano1-4/+1
2007-04-29Do not barf on too long action descriptionJunio C Hamano1-4/+1
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi1-1/+5
2007-04-10git-fetch--tool pick-rrefJunio C Hamano1-0/+84
2007-02-28builtin-fetch--tool: fix reflog notes.Junio C Hamano1-4/+6
2007-02-28git-fetch: retire update-local-ref which is not used anymore.Junio C Hamano1-6/+0
2007-02-27builtin-fetch--tool: make sure not to overstep ls-remote-result buffer.Junio C Hamano1-0/+2
2007-02-27fetch--tool: fix uninitialized buffer when reading from stdinJunio C Hamano1-6/+13
2007-02-27builtin-fetch--tool: adjust to updated sha1_object_info().Junio C Hamano1-4/+6
2007-02-13Allow fetch--tool to read from stdinJulian Phillips1-2/+25
2007-02-13git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano1-0/+90
2007-02-13git-fetch: rewrite another shell loop in CJunio C Hamano1-0/+46
2007-02-13git-fetch: move more code into C.Junio C Hamano1-0/+125
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano1-0/+214