summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2010-01-20Merge branch 'il/push-set-upstream'Junio C Hamano
2010-01-20Merge branch 'tr/http-push-ref-status'Junio C Hamano
2010-01-17Merge branch 'tc/clone-v-progress'Junio C Hamano
2010-01-17Merge branch 'maint'Junio C Hamano
2010-01-17Add push --set-upstreamIlari Liusvaara
2010-01-16Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger
2010-01-10transport.c::transport_push(): make ref status affect return valueTay Ray Chuan
2010-01-10refactor ref status logic for pushingTay Ray Chuan
2010-01-10Reset possible helper before reusing remote structureIlari Liusvaara
2009-12-29check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan
2009-12-28Remove special casing of http, https and ftpIlari Liusvaara
2009-12-28Support remote archive from all smart transportsIlari Liusvaara
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-12-09Support taking over transportsIlari Liusvaara
2009-12-09Refactor git transport options parsingIlari Liusvaara
2009-12-09Pass unknown protocols to external protocol handlersIlari Liusvaara
2009-12-07Merge branch 'master' into il/vcs-helperJunio C Hamano
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-18Allow specifying the remote helper in the urlJohannes Schindelin
2009-11-18Add a config option for remotes to specify a foreign vcsDaniel Barkalow
2009-11-18Allow fetch to modify refsDaniel Barkalow
2009-11-18Allow programs to not depend on remotes having urlsDaniel Barkalow
2009-11-16Merge branch 'fc/doc-fast-forward'Junio C Hamano
2009-11-05Smart push over HTTP: client sideShawn O. Pearce
2009-11-04Require a struct remote in transport_get()Daniel Barkalow
2009-10-31Move WebDAV HTTP push under remote-curlShawn O. Pearce
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-09-20Merge branch 'maint'Junio C Hamano
2009-09-20push: Correctly initialize nonfastforward in transport_push.Matthieu Moy
2009-09-13Merge branch 'db/vcs-helper'Junio C Hamano
2009-09-04Make the "traditionally-supported" URLs a special caseDaniel Barkalow
2009-09-03push: teach --quiet to suppress "Everything up-to-date"Jeff King
2009-08-29Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano
2009-08-24fix simple deepening of a repoNicolas Pitre
2009-08-12Merge branch 'maint'Junio C Hamano
2009-08-12push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy
2009-08-11Merge branch 'jk/push-quiet'Junio C Hamano
2009-08-11Merge branch 'js/run-command-updates'Junio C Hamano
2009-08-06transport: don't show push status if --quiet is givenJeff King
2009-08-06transport: pass "quiet" flag to pack-objectsJeff King
2009-08-05Use an external program to implement fetching with curlDaniel Barkalow
2009-07-09Merge branch 'ld/push-porcelain-output-format'Junio C Hamano
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-07-06run_command: report failure to execute the program, but optionally don'tJohannes Sixt
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt
2009-06-28add --porcelain option to git-pushLarry D'Anna
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-13Merge branch 'rc/http-push'Junio C Hamano
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano
2009-06-06transport.c::get_refs_via_curl(): use the new http APIMike Hommey