summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-191-1/+2
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-191-1/+1
* Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-191-1/+16
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-191-0/+1
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-191-1/+1
* Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-191-20/+0
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-191-9/+0
* Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-191-1/+1
* Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-191-1/+1
* Make fetch a builtinDaniel Barkalow2007-09-191-0/+552