summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2009-03-11rsync transport: allow local paths, and fix testsJohannes Schindelin
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev
2008-10-22Merge branch 'rs/alloc-ref'Junio C Hamano
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe
2008-10-18use alloc_ref_from_str() everywhereRené Scharfe
2008-10-09Implement git clone -vMiklos Vajna
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz
2008-09-09push: prepare sender to receive extended ref information from the receiverJunio C Hamano
2008-08-09Merge branch 'maint'Junio C Hamano
2008-08-07Fail properly when cloning from invalid HTTP URLPetr Baudis
2008-07-06Merge branch 'qq/maint'Junio C Hamano
2008-07-06clone -q: honor "quiet" option over native transports.Junio C Hamano
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk
2008-05-05Mark the list of refs to fetch as constDaniel Barkalow
2008-04-27Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow
2008-03-05Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce
2008-03-02Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano
2008-02-29Always use the current connection's remote ref list in git protocolDaniel Barkalow
2008-02-27Set proxy override with http_init()Mike Hommey
2008-02-12Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano
2008-02-11Work around curl-gnutls not liking to be reinitializedMike Hommey
2008-02-10Work around curl-gnutls not liking to be reinitializedMike Hommey
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-12-15Use strbuf in http codeMike Hommey
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey
2007-12-06do not discard status in fetch_refs_via_pack()Junio C Hamano
2007-12-04Add remote.<name>.proxySam Vilain
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-21avoid "defined but not used" warning for fetch_objs_via_walkerJeff King
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska
2007-11-10git-push: plumb in --mirror modeAndy Whitcroft
2007-11-10Merge master into aw/mirror-pushJunio C Hamano
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-03Use built-in send-pack.Daniel Barkalow
2007-11-03Miscellaneous const changes and utilitiesDaniel Barkalow
2007-11-02transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt
2007-10-16Support 'push --dry-run' for http transportShawn O. Pearce
2007-10-16Support 'push --dry-run' for rsync transportShawn O. Pearce
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-10-16Fix compilation when NO_CURL is definedJohannes Schindelin
2007-10-03Restore default verbosity for http fetches.Daniel Barkalow
2007-10-01fetch/push: readd rsync supportJohannes Schindelin
2007-09-30bundle transport: fix an alloc_ref() callJunio C Hamano