summaryrefslogtreecommitdiff
path: root/builtin-fetch--tool.c
AgeCommit message (Expand)Author
2007-11-30Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa
2007-11-09Add strchrnul()René Scharfe
2007-10-21Improved const correctness for stringsShawn O. Pearce
2007-10-19Merge branch 'maint'Shawn O. Pearce
2007-10-19Avoid scary errors about tagged trees/blobs during git-fetchLinus Torvalds
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit
2007-09-05Function for updating refs.Carlos Rica
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-05-20Merge branch 'sv/checkout'Junio C Hamano
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-04-29Merge branch 'maint'Junio C Hamano
2007-04-29Do not barf on too long action descriptionJunio C Hamano
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi
2007-04-10git-fetch--tool pick-rrefJunio C Hamano
2007-03-01builtin-fetch--tool: fix reflog notes.Junio C Hamano
2007-03-01git-fetch: retire update-local-ref which is not used anymore.Junio C Hamano
2007-02-28builtin-fetch--tool: make sure not to overstep ls-remote-result buffer.Junio C Hamano
2007-02-28fetch--tool: fix uninitialized buffer when reading from stdinJunio C Hamano
2007-02-27builtin-fetch--tool: adjust to updated sha1_object_info().Junio C Hamano
2007-02-14Allow fetch--tool to read from stdinJulian Phillips
2007-02-14git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano
2007-02-14git-fetch: rewrite another shell loop in CJunio C Hamano
2007-02-14git-fetch: move more code into C.Junio C Hamano
2007-02-14git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano