summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-19Rename remote.uri to remote.url within remote handling internalsLibravatar Shawn O. Pearce1-1/+1
2007-09-19Avoid printing unnecessary warnings during fetch and pushLibravatar Shawn O. Pearce1-3/+15
2007-09-19Correct handling of branch.$name.merge in builtin-fetchLibravatar Shawn O. Pearce1-13/+35
2007-09-19Remove more debugging from builtin-fetchLibravatar Shawn O. Pearce1-2/+0
2007-09-19Allow builtin-fetch to work on a detached HEADLibravatar Shawn O. Pearce1-1/+2
2007-09-19Remove unnecessary 'fetch' argument from transport_get APILibravatar Shawn O. Pearce1-1/+1
2007-09-19Always ensure the pack.keep file is removed by git-fetchLibravatar Shawn O. Pearce1-1/+16
2007-09-19Remove pack.keep after ref updates in git-fetchLibravatar Shawn O. Pearce1-0/+1
2007-09-19Simplify fetch transport API to just one functionLibravatar Shawn O. Pearce1-1/+1
2007-09-19Remove unused unpacklimit variable from builtin-fetchLibravatar Shawn O. Pearce1-20/+0
2007-09-19Remove unnecessary debugging from builtin-fetchLibravatar Shawn O. Pearce1-9/+0
2007-09-19Fix off by one bug in reflog messages written by builtin-fetchLibravatar Shawn O. Pearce1-1/+1
2007-09-19Correct builtin-fetch to handle + in refspecsLibravatar Shawn O. Pearce1-1/+1
2007-09-19Make fetch a builtinLibravatar Daniel Barkalow1-0/+552