| Commit message (Expand) | Author | Age |
* | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 2010-03-15 |
|\ |
|
| * | transport: update flags to be in running order | Tay Ray Chuan | 2010-02-24 |
| * | transport->progress: use flag authoritatively | Tay Ray Chuan | 2010-02-24 |
| * | push: support multiple levels of verbosity | Tay Ray Chuan | 2010-02-24 |
| * | fetch: refactor verbosity option handling into transport.[ch] | Tay Ray Chuan | 2010-02-24 |
* | | Merge branch 'ml/send-pack-transport-refactor' | Junio C Hamano | 2010-03-02 |
|\ \ |
|
| * | | refactor duplicated code in builtin-send-pack.c and transport.c | Michael Lukashov | 2010-02-17 |
| |/ |
|
* | | transport: add got_remote_refs flag | Tay Ray Chuan | 2010-02-16 |
|/ |
|
* | Merge branch 'il/push-set-upstream' | Junio C Hamano | 2010-01-20 |
|\ |
|
| * | Add push --set-upstream | Ilari Liusvaara | 2010-01-16 |
* | | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 2010-01-17 |
|\ \
| |/
|/| |
|
| * | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 2009-12-28 |
* | | Support remote archive from all smart transports | Ilari Liusvaara | 2009-12-28 |
* | | Support taking over transports | Ilari Liusvaara | 2009-12-09 |
* | | Refactor git transport options parsing | Ilari Liusvaara | 2009-12-09 |
* | | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 2009-12-06 |
|\ \
| |/ |
|
| * | fetch: Allow transport -v -v -v to set verbosity to 3 | Shawn O. Pearce | 2009-10-30 |
* | | Allow fetch to modify refs | Daniel Barkalow | 2009-11-17 |
|/ |
|
* | Merge branch 'db/vcs-helper' | Junio C Hamano | 2009-09-13 |
|\ |
|
| * | Make the "traditionally-supported" URLs a special case | Daniel Barkalow | 2009-09-03 |
| * | Add support for external programs for handling native fetches | Daniel Barkalow | 2009-08-05 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-08-12 |
|\ \ |
|
| * | | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 2009-08-12 |
| |/ |
|
* | | push: add --quiet flag | Jeff King | 2009-08-05 |
|/ |
|
* | add --porcelain option to git-push | Larry D'Anna | 2009-06-27 |
* | fetch: Strip usernames from url's before storing them | Andreas Ericsson | 2009-04-21 |
* | Move push matching and reporting logic into transport.c | Daniel Barkalow | 2009-03-09 |
* | Implement git clone -v | Miklos Vajna | 2008-10-09 |
* | Mark the list of refs to fetch as const | Daniel Barkalow | 2008-05-04 |
* | Teach git-fetch to exploit server side automatic tag following | Shawn O. Pearce | 2008-03-04 |
* | Merge branch 'aw/mirror-push' into jk/send-pack | Junio C Hamano | 2007-11-14 |
|\ |
|
| * | git-push: plumb in --mirror mode | Andy Whitcroft | 2007-11-09 |
* | | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 |
|\ \
| |/ |
|
| * | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 |
* | | push: teach push to pass --verbose option to transport layer | Steffen Prohaska | 2007-11-11 |
|/ |
|
* | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 |
* | Restore default verbosity for http fetches. | Daniel Barkalow | 2007-10-02 |
* | Ensure builtin-fetch honors {fetch,transfer}.unpackLimit | Shawn O. Pearce | 2007-09-19 |
* | Refactor struct transport_ops inlined into struct transport | Shawn O. Pearce | 2007-09-19 |
* | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 2007-09-19 |
* | Remove pack.keep after ref updates in git-fetch | Shawn O. Pearce | 2007-09-19 |
* | Simplify fetch transport API to just one function | Shawn O. Pearce | 2007-09-19 |
* | Add fetch methods to transport library. | Daniel Barkalow | 2007-09-19 |
* | Push code for transport library | Daniel Barkalow | 2007-09-19 |