Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transport_get(): drop unnecessary check for !remote | Junio C Hamano | 2010-01-27 | 1 | -1/+1 |
* | Fix remote.<remote>.vcs | Ilari Liusvaara | 2010-01-27 | 1 | -6/+5 |
* | Merge branch 'il/push-set-upstream' | Junio C Hamano | 2010-01-20 | 1 | -0/+56 |
|\ | |||||
| * | Add push --set-upstream | Ilari Liusvaara | 2010-01-16 | 1 | -0/+56 |
* | | Merge branch 'tr/http-push-ref-status' | Junio C Hamano | 2010-01-20 | 1 | -2/+9 |
|\ \ | |||||
| * | | transport.c::transport_push(): make ref status affect return value | Tay Ray Chuan | 2010-01-09 | 1 | -2/+5 |
| * | | refactor ref status logic for pushing | Tay Ray Chuan | 2010-01-09 | 1 | -0/+4 |
| * | | Merge branch 'sr/vcs-helper' | Junio C Hamano | 2009-12-26 | 1 | -6/+25 |
| |\ \ | |||||
* | \ \ | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 2010-01-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 2009-12-28 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2010-01-16 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix uninitialized variable in get_refs_via_rsync(). | Richard Weinberger | 2010-01-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Reset possible helper before reusing remote structure | Ilari Liusvaara | 2010-01-09 | 1 | -0/+3 |
* | | | Remove special casing of http, https and ftp | Ilari Liusvaara | 2009-12-28 | 1 | -8/+0 |
* | | | Support remote archive from all smart transports | Ilari Liusvaara | 2009-12-28 | 1 | -0/+21 |
* | | | Support taking over transports | Ilari Liusvaara | 2009-12-09 | 1 | -5/+46 |
* | | | Refactor git transport options parsing | Ilari Liusvaara | 2009-12-09 | 1 | -31/+47 |
* | | | Pass unknown protocols to external protocol handlers | Ilari Liusvaara | 2009-12-09 | 1 | -15/+61 |
* | | | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 2009-12-06 | 1 | -34/+7 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | 1 | -31/+1 |
| |\ | |||||
| | * | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 1 | -0/+1 |
| | * | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 2009-10-30 | 1 | -31/+0 |
| * | | Merge branch 'fc/doc-fast-forward' | Junio C Hamano | 2009-11-15 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Use 'fast-forward' all over the place | Felipe Contreras | 2009-10-24 | 1 | -1/+1 |
| | |/ | |||||
| * | | Require a struct remote in transport_get() | Daniel Barkalow | 2009-11-03 | 1 | -2/+5 |
| |/ | |||||
* | | Allow specifying the remote helper in the url | Johannes Schindelin | 2009-11-17 | 1 | -0/+10 |
* | | Add a config option for remotes to specify a foreign vcs | Daniel Barkalow | 2009-11-17 | 1 | -0/+5 |
* | | Allow fetch to modify refs | Daniel Barkalow | 2009-11-17 | 1 | -6/+7 |
* | | Allow programs to not depend on remotes having urls | Daniel Barkalow | 2009-11-17 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'maint' | Junio C Hamano | 2009-09-20 | 1 | -1/+2 |
|\ | |||||
| * | push: Correctly initialize nonfastforward in transport_push. | Matthieu Moy | 2009-09-20 | 1 | -1/+2 |
* | | Merge branch 'db/vcs-helper' | Junio C Hamano | 2009-09-13 | 1 | -135/+1 |
|\ \ | |||||
| * | | Make the "traditionally-supported" URLs a special case | Daniel Barkalow | 2009-09-03 | 1 | -1/+1 |
| * | | Use an external program to implement fetching with curl | Daniel Barkalow | 2009-08-05 | 1 | -135/+1 |
* | | | push: teach --quiet to suppress "Everything up-to-date" | Jeff King | 2009-09-02 | 1 | -1/+1 |
* | | | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 2009-08-28 | 1 | -1/+15 |
|\ \ \ | |||||
| * | | | fix simple deepening of a repo | Nicolas Pitre | 2009-08-24 | 1 | -1/+15 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-12 | 1 | -3/+8 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 2009-08-12 | 1 | -3/+7 |
| | |/ | |/| | |||||
* | | | Merge branch 'jk/push-quiet' | Junio C Hamano | 2009-08-10 | 1 | -1/+20 |
|\ \ \ | |||||
| * | | | transport: don't show push status if --quiet is given | Jeff King | 2009-08-05 | 1 | -1/+19 |
| * | | | transport: pass "quiet" flag to pack-objects | Jeff King | 2009-08-05 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'js/run-command-updates' | Junio C Hamano | 2009-08-10 | 1 | -15/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | run_command: report failure to execute the program, but optionally don't | Johannes Sixt | 2009-07-06 | 1 | -5/+1 |
| * | | run_command: report system call errors instead of returning error codes | Johannes Sixt | 2009-07-06 | 1 | -11/+1 |
* | | | Merge branch 'ld/push-porcelain-output-format' | Junio C Hamano | 2009-07-09 | 1 | -31/+44 |
|\ \ \ | |||||
| * | | | add --porcelain option to git-push | Larry D'Anna | 2009-06-27 | 1 | -31/+44 |
| |/ / | |||||
* | | | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -2/+2 |
* | | | Merge branch 'rc/http-push' | Junio C Hamano | 2009-06-13 | 1 | -22/+13 |
|\ \ \ |