aboutsummaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAge
* Merge branch 'ld/push-porcelain-output-format'Junio C Hamano2009-07-09
|\
| * add --porcelain option to git-pushLarry D'Anna2009-06-27
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\ \ | |/ |/|
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* | Merge branch 'rc/http-push'Junio C Hamano2009-06-13
|\ \
| * | transport.c::get_refs_via_curl(): use the new http APIMike Hommey2009-06-06
| * | transport.c::get_refs_via_curl(): do not leak refs_urlMike Hommey2009-06-06
* | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-13
|\ \ \ | |_|/ |/| |
| * | match_refs: search ref list tail internallyClemens Buchacher2009-06-01
* | | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-23
|\ \ \ | |_|/ |/| |
| * | Change prettify_ref to prettify_refnameFelipe Contreras2009-05-13
* | | Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
|\ \ \ | | |/ | |/|
| * | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
| |/
* | fetch: Strip usernames from url's before storing themAndreas Ericsson2009-04-21
|/
* Merge branch 'db/push-cleanup'Junio C Hamano2009-03-26
|\
| * Move push matching and reporting logic into transport.cDaniel Barkalow2009-03-09
* | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-10
|/
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
* Merge branch 'rs/alloc-ref'Junio C Hamano2008-10-21
|\
| * make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-18
| * use alloc_ref_from_str() everywhereRené Scharfe2008-10-18
* | Implement git clone -vMiklos Vajna2008-10-09
|/
* Merge branch 'maint'Shawn O. Pearce2008-10-06
|\
| * Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz2008-10-06
* | push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-09
|/
* Merge branch 'maint'Junio C Hamano2008-08-09
|\
| * Fail properly when cloning from invalid HTTP URLPetr Baudis2008-08-07
* | Merge branch 'qq/maint'Junio C Hamano2008-07-05
|\ \ | |/
| * clone -q: honor "quiet" option over native transports.Junio C Hamano2008-07-05
* | Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2008-06-26
|/
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-25
|\
| * Mark the list of refs to fetch as constDaniel Barkalow2008-05-04
* | alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk2008-05-11
* | Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow2008-04-26
|/
* Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-04
* Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano2008-03-02
|\
| * Set proxy override with http_init()Mike Hommey2008-02-27
| * Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-11
* | Always use the current connection's remote ref list in git protocolDaniel Barkalow2008-02-29
* | Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano2008-02-11
|\ \
| * | Reduce the number of connects when fetchingDaniel Barkalow2008-02-05
| |/
* | Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-09
|/
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* Use strbuf in http codeMike Hommey2007-12-14
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-14
* do not discard status in fetch_refs_via_pack()Junio C Hamano2007-12-06
* Add remote.<name>.proxySam Vilain2007-12-03
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-24
|\
| * Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-14
| |\
| | * git-push: plumb in --mirror modeAndy Whitcroft2007-11-09