summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)Author
2007-09-19Refactor struct transport_ops inlined into struct transportShawn O. Pearce
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce
2007-09-19Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce
2007-09-19Remove more debugging from builtin-fetchShawn O. Pearce
2007-09-19Allow builtin-fetch to work on a detached HEADShawn O. Pearce
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce
2007-09-19Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Simplify fetch transport API to just one functionShawn O. Pearce
2007-09-19Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce
2007-09-19Remove unnecessary debugging from builtin-fetchShawn O. Pearce
2007-09-19Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce
2007-09-19Correct builtin-fetch to handle + in refspecsShawn O. Pearce
2007-09-19Make fetch a builtinDaniel Barkalow