Age | Commit message (Expand) | Author | Files | Lines |
2010-03-15 | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 1 | -5/+26 |
2010-03-15 | Merge branch 'ld/push-porcelain' | Junio C Hamano | 1 | -6/+9 |
2010-03-07 | Merge branch 'il/loosen-remote-helper-names' | Junio C Hamano | 1 | -2/+17 |
2010-03-02 | Merge branch 'ml/send-pack-transport-refactor' | Junio C Hamano | 1 | -12/+10 |
2010-02-28 | git-push: make git push --porcelain print "Done" | Larry D'Anna | 1 | -5/+8 |
2010-02-28 | git-push: send "To <remoteurl>" messages to the standard output in --porcelai... | Larry D'Anna | 1 | -1/+1 |
2010-02-24 | transport->progress: use flag authoritatively | Tay Ray Chuan | 1 | -2/+15 |
2010-02-24 | push: support multiple levels of verbosity | Tay Ray Chuan | 1 | -4/+4 |
2010-02-24 | fetch: refactor verbosity option handling into transport.[ch] | Tay Ray Chuan | 1 | -0/+8 |
2010-02-23 | Allow '+', '-' and '.' in remote helper names | Ilari Liusvaara | 1 | -2/+17 |
2010-02-17 | refactor duplicated code in builtin-send-pack.c and transport.c | Michael Lukashov | 1 | -12/+10 |
2010-02-16 | transport: add got_remote_refs flag | Tay Ray Chuan | 1 | -1/+4 |
2010-01-27 | transport_get(): drop unnecessary check for !remote | Junio C Hamano | 1 | -1/+1 |
2010-01-27 | Fix remote.<remote>.vcs | Ilari Liusvaara | 1 | -6/+5 |
2010-01-20 | Merge branch 'il/push-set-upstream' | Junio C Hamano | 1 | -0/+56 |
2010-01-20 | Merge branch 'tr/http-push-ref-status' | Junio C Hamano | 1 | -2/+9 |
2010-01-17 | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 1 | -1/+1 |
2010-01-16 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-01-16 | Add push --set-upstream | Ilari Liusvaara | 1 | -0/+56 |
2010-01-15 | Fix uninitialized variable in get_refs_via_rsync(). | Richard Weinberger | 1 | -1/+1 |
2010-01-09 | transport.c::transport_push(): make ref status affect return value | Tay Ray Chuan | 1 | -2/+5 |
2010-01-09 | refactor ref status logic for pushing | Tay Ray Chuan | 1 | -0/+4 |
2010-01-09 | Reset possible helper before reusing remote structure | Ilari Liusvaara | 1 | -0/+3 |
2009-12-28 | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 1 | -1/+1 |
2009-12-28 | Remove special casing of http, https and ftp | Ilari Liusvaara | 1 | -8/+0 |
2009-12-28 | Support remote archive from all smart transports | Ilari Liusvaara | 1 | -0/+21 |
2009-12-26 | Merge branch 'sr/vcs-helper' | Junio C Hamano | 1 | -6/+25 |
2009-12-09 | Support taking over transports | Ilari Liusvaara | 1 | -5/+46 |
2009-12-09 | Refactor git transport options parsing | Ilari Liusvaara | 1 | -31/+47 |
2009-12-09 | Pass unknown protocols to external protocol handlers | Ilari Liusvaara | 1 | -15/+61 |
2009-12-06 | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 1 | -34/+7 |
2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -31/+1 |
2009-11-17 | Allow specifying the remote helper in the url | Johannes Schindelin | 1 | -0/+10 |
2009-11-17 | Add a config option for remotes to specify a foreign vcs | Daniel Barkalow | 1 | -0/+5 |
2009-11-17 | Allow fetch to modify refs | Daniel Barkalow | 1 | -6/+7 |
2009-11-17 | Allow programs to not depend on remotes having urls | Daniel Barkalow | 1 | -0/+3 |
2009-11-15 | Merge branch 'fc/doc-fast-forward' | Junio C Hamano | 1 | -1/+1 |
2009-11-04 | Smart push over HTTP: client side | Shawn O. Pearce | 1 | -0/+1 |
2009-11-03 | Require a struct remote in transport_get() | Daniel Barkalow | 1 | -2/+5 |
2009-10-30 | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 1 | -31/+0 |
2009-10-24 | Use 'fast-forward' all over the place | Felipe Contreras | 1 | -1/+1 |
2009-09-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2009-09-20 | push: Correctly initialize nonfastforward in transport_push. | Matthieu Moy | 1 | -1/+2 |
2009-09-13 | Merge branch 'db/vcs-helper' | Junio C Hamano | 1 | -135/+1 |
2009-09-03 | Make the "traditionally-supported" URLs a special case | Daniel Barkalow | 1 | -1/+1 |
2009-09-02 | push: teach --quiet to suppress "Everything up-to-date" | Jeff King | 1 | -1/+1 |
2009-08-28 | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 1 | -1/+15 |
2009-08-24 | fix simple deepening of a repo | Nicolas Pitre | 1 | -1/+15 |
2009-08-12 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+8 |
2009-08-12 | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 1 | -3/+7 |