Age | Commit message (Expand) | Author | Files | Lines |
2012-04-24 | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 1 | -0/+1 |
2012-03-30 | push: teach --recurse-submodules the on-demand option | Heiko Voigt | 1 | -0/+1 |
2012-03-26 | clean up struct ref's nonfastforward field | Jeff King | 1 | -0/+2 |
2012-02-22 | push: add '--prune' option | Felipe Contreras | 1 | -0/+1 |
2011-08-20 | push: Don't push a repository with unpushed submodules | Fredrik Gustafsson | 1 | -0/+1 |
2011-05-19 | refactor refs_from_alternate_cb to allow passing extra data | Jeff King | 1 | -1/+1 |
2011-03-17 | refs_from_alternate: helper to use refs from alternates | Junio C Hamano | 1 | -0/+3 |
2010-10-13 | Add bidirectional_transfer_loop() | Ilari Liusvaara | 1 | -0/+1 |
2010-03-15 | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 1 | -5/+11 |
2010-03-02 | Merge branch 'ml/send-pack-transport-refactor' | Junio C Hamano | 1 | -0/+11 |
2010-02-24 | transport: update flags to be in running order | Tay Ray Chuan | 1 | -2/+2 |
2010-02-24 | transport->progress: use flag authoritatively | Tay Ray Chuan | 1 | -2/+8 |
2010-02-24 | push: support multiple levels of verbosity | Tay Ray Chuan | 1 | -2/+0 |
2010-02-24 | fetch: refactor verbosity option handling into transport.[ch] | Tay Ray Chuan | 1 | -0/+1 |
2010-02-17 | refactor duplicated code in builtin-send-pack.c and transport.c | Michael Lukashov | 1 | -0/+11 |
2010-02-16 | transport: add got_remote_refs flag | Tay Ray Chuan | 1 | -0/+6 |
2010-01-20 | Merge branch 'il/push-set-upstream' | Junio C Hamano | 1 | -0/+1 |
2010-01-17 | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 1 | -1/+1 |
2010-01-16 | Add push --set-upstream | Ilari Liusvaara | 1 | -0/+1 |
2009-12-28 | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 1 | -1/+1 |
2009-12-28 | Support remote archive from all smart transports | Ilari Liusvaara | 1 | -0/+5 |
2009-12-09 | Support taking over transports | Ilari Liusvaara | 1 | -0/+2 |
2009-12-09 | Refactor git transport options parsing | Ilari Liusvaara | 1 | -0/+15 |
2009-12-06 | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 1 | -1/+1 |
2009-11-17 | Allow fetch to modify refs | Daniel Barkalow | 1 | -2/+39 |
2009-10-30 | fetch: Allow transport -v -v -v to set verbosity to 3 | Shawn O. Pearce | 1 | -1/+1 |
2009-09-13 | Merge branch 'db/vcs-helper' | Junio C Hamano | 1 | -0/+3 |
2009-09-03 | Make the "traditionally-supported" URLs a special case | Daniel Barkalow | 1 | -1/+1 |
2009-08-12 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2009-08-12 | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 1 | -1/+2 |
2009-08-05 | push: add --quiet flag | Jeff King | 1 | -0/+1 |
2009-08-05 | Add support for external programs for handling native fetches | Daniel Barkalow | 1 | -0/+3 |
2009-06-27 | add --porcelain option to git-push | Larry D'Anna | 1 | -0/+1 |
2009-04-21 | fetch: Strip usernames from url's before storing them | Andreas Ericsson | 1 | -0/+1 |
2009-03-09 | Move push matching and reporting logic into transport.c | Daniel Barkalow | 1 | -1/+2 |
2008-10-09 | Implement git clone -v | Miklos Vajna | 1 | -0/+2 |
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 |