summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
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
2009-06-06transport.c::get_refs_via_curl(): do not leak refs_urlMike Hommey
2009-06-02match_refs: search ref list tail internallyClemens Buchacher
2009-05-23Merge branch 'fc/decorate-tag'Junio C Hamano
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-14Change prettify_ref to prettify_refnameFelipe Contreras
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-21fetch: Strip usernames from url's before storing themAndreas Ericsson
2009-03-26Merge branch 'db/push-cleanup'Junio C Hamano
2009-03-11rsync transport: allow local paths, and fix testsJohannes Schindelin
2009-03-09Move push matching and reporting logic into transport.cDaniel Barkalow
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev