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