| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark the list of refs to fetch as const | Daniel Barkalow | 2008-05-04 | 1 | -2/+2 |
* | Teach git-fetch to exploit server side automatic tag following | Shawn O. Pearce | 2008-03-04 | 1 | -0/+3 |
* | Merge branch 'aw/mirror-push' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -1/+2 |
|\ |
|
| * | git-push: plumb in --mirror mode | Andy Whitcroft | 2007-11-09 | 1 | -0/+1 |
* | | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 | 1 | -3/+3 |
* | | push: teach push to pass --verbose option to transport layer | Steffen Prohaska | 2007-11-11 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 1 | -0/+1 |
* | Restore default verbosity for http fetches. | Daniel Barkalow | 2007-10-02 | 1 | -1/+1 |
* | Ensure builtin-fetch honors {fetch,transfer}.unpackLimit | Shawn O. Pearce | 2007-09-19 | 1 | -3/+0 |
* | Refactor struct transport_ops inlined into struct transport | Shawn O. Pearce | 2007-09-19 | 1 | -11/+5 |
* | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 2007-09-19 | 1 | -3/+1 |
* | Remove pack.keep after ref updates in git-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -2/+3 |
* | Simplify fetch transport API to just one function | Shawn O. Pearce | 2007-09-19 | 1 | -4/+1 |
* | Add fetch methods to transport library. | Daniel Barkalow | 2007-09-19 | 1 | -0/+21 |
* | Push code for transport library | Daniel Barkalow | 2007-09-19 | 1 | -0/+61 |