summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2009-07-09Merge branch 'ld/push-porcelain-output-format'Junio C Hamano
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
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
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