summaryrefslogtreecommitdiff
path: root/builtin-fetch--tool.c
Commit message (Expand)AuthorAgeFilesLines
* 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