Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |