summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* transport_get(): drop unnecessary check for !remoteJunio C Hamano2010-01-271-1/+1
* Fix remote.<remote>.vcsIlari Liusvaara2010-01-271-6/+5
* Merge branch 'il/push-set-upstream'Junio C Hamano2010-01-201-0/+56
|\
| * Add push --set-upstreamIlari Liusvaara2010-01-161-0/+56
* | Merge branch 'tr/http-push-ref-status'Junio C Hamano2010-01-201-2/+9
|\ \
| * | transport.c::transport_push(): make ref status affect return valueTay Ray Chuan2010-01-091-2/+5
| * | refactor ref status logic for pushingTay Ray Chuan2010-01-091-0/+4
| * | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-261-6/+25
| |\ \
* | \ \ Merge branch 'tc/clone-v-progress'Junio C Hamano2010-01-171-1/+1
|\ \ \ \
| * | | | check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan2009-12-281-1/+1
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2010-01-161-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger2010-01-151-1/+1
| |/ /
* | | Reset possible helper before reusing remote structureIlari Liusvaara2010-01-091-0/+3
* | | Remove special casing of http, https and ftpIlari Liusvaara2009-12-281-8/+0
* | | Support remote archive from all smart transportsIlari Liusvaara2009-12-281-0/+21
* | | Support taking over transportsIlari Liusvaara2009-12-091-5/+46
* | | Refactor git transport options parsingIlari Liusvaara2009-12-091-31/+47
* | | Pass unknown protocols to external protocol handlersIlari Liusvaara2009-12-091-15/+61
* | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-061-34/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-31/+1
| |\
| | * Smart push over HTTP: client sideShawn O. Pearce2009-11-041-0/+1
| | * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-31/+0
| * | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-1/+1
| |\ \
| | * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
| | |/
| * | Require a struct remote in transport_get()Daniel Barkalow2009-11-031-2/+5
| |/
* | Allow specifying the remote helper in the urlJohannes Schindelin2009-11-171-0/+10
* | Add a config option for remotes to specify a foreign vcsDaniel Barkalow2009-11-171-0/+5
* | Allow fetch to modify refsDaniel Barkalow2009-11-171-6/+7
* | Allow programs to not depend on remotes having urlsDaniel Barkalow2009-11-171-0/+3
|/
* Merge branch 'maint'Junio C Hamano2009-09-201-1/+2
|\
| * push: Correctly initialize nonfastforward in transport_push.Matthieu Moy2009-09-201-1/+2
* | Merge branch 'db/vcs-helper'Junio C Hamano2009-09-131-135/+1
|\ \
| * | Make the "traditionally-supported" URLs a special caseDaniel Barkalow2009-09-031-1/+1
| * | Use an external program to implement fetching with curlDaniel Barkalow2009-08-051-135/+1
* | | push: teach --quiet to suppress "Everything up-to-date"Jeff King2009-09-021-1/+1
* | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-08-281-1/+15
|\ \ \
| * | | fix simple deepening of a repoNicolas Pitre2009-08-241-1/+15
* | | | Merge branch 'maint'Junio C Hamano2009-08-121-3/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy2009-08-121-3/+7
| | |/ | |/|
* | | Merge branch 'jk/push-quiet'Junio C Hamano2009-08-101-1/+20
|\ \ \
| * | | transport: don't show push status if --quiet is givenJeff King2009-08-051-1/+19
| * | | transport: pass "quiet" flag to pack-objectsJeff King2009-08-051-0/+1
| |/ /
* | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-101-15/+1
|\ \ \ | |/ / |/| |
| * | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-061-5/+1
| * | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-061-11/+1
* | | Merge branch 'ld/push-porcelain-output-format'Junio C Hamano2009-07-091-31/+44
|\ \ \
| * | | add --porcelain option to git-pushLarry D'Anna2009-06-271-31/+44
| |/ /
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-2/+2
|\ \ \ | |/ / |/| |
| * | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-2/+2
* | | Merge branch 'rc/http-push'Junio C Hamano2009-06-131-22/+13
|\ \ \