56 Commits (7fe4a728a16cf4e873702f8478fa3e28e8ae89ce)

Author SHA1 Message Date
Petr Baudis fd35e42683 Fail properly when cloning from invalid HTTP URL 16 years ago
Junio C Hamano 9b37322950 clone -q: honor "quiet" option over native transports. 17 years ago
Johannes Sixt be501813d2 Windows: Disambiguate DOS style paths from SSH URLs. 17 years ago
Krzysztof Kowalczyk 737922aa64 alloc_ref_from_str(): factor out a common pattern of alloc_ref from string 17 years ago
Daniel Barkalow 2d5c298f91 Mark the list of refs to fetch as const 17 years ago
Daniel Barkalow be885d96fe Make ls-remote http://... list HEAD, like for git://... 17 years ago
Shawn O. Pearce 41fa7d2eae Teach git-fetch to exploit server side automatic tag following 17 years ago
Daniel Barkalow 00183cbb3d Always use the current connection's remote ref list in git protocol 17 years ago
Mike Hommey 9fc6440d78 Set proxy override with http_init() 17 years ago
Mike Hommey b26768e256 Work around curl-gnutls not liking to be reinitialized 17 years ago
Mike Hommey 9fd9279bf6 Work around curl-gnutls not liking to be reinitialized 17 years ago
Daniel Barkalow ba227857d2 Reduce the number of connects when fetching 17 years ago
Jim Meyering 872c930dcb Don't access line[-1] for a zero-length "line" from fgets. 17 years ago
Mike Hommey 028c297638 Use strbuf in http code 17 years ago
Mike Hommey e8dc37e0e3 Avoid redundant declaration of missing_target() 17 years ago
Junio C Hamano c6bc400585 do not discard status in fetch_refs_via_pack() 17 years ago
Sam Vilain 14c9821884 Add remote.<name>.proxy 17 years ago
Jeff King b9c506f7d9 avoid "defined but not used" warning for fetch_objs_via_walker 17 years ago
Steffen Prohaska 1b2486d737 push: teach push to pass --verbose option to transport layer 17 years ago
Andy Whitcroft 94c89ba662 git-push: plumb in --mirror mode 17 years ago
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Daniel Barkalow 40cb4fab72 Use built-in send-pack. 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Blake Ramsdell 47ec79430d transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Shawn O. Pearce fe5d1d3eb4 Support 'push --dry-run' for http transport 17 years ago
Shawn O. Pearce ee020f3598 Support 'push --dry-run' for rsync transport 17 years ago
Johannes Schindelin ccfc02a300 Fix compilation when NO_CURL is defined 17 years ago
Daniel Barkalow 2b5a06edca Restore default verbosity for http fetches. 17 years ago
Johannes Schindelin cd547b4886 fetch/push: readd rsync support 17 years ago
Junio C Hamano 90446a0009 bundle transport: fix an alloc_ref() call 17 years ago
Shawn O. Pearce f4e95765b0 Fix memory leaks when disconnecting transport instances 17 years ago
Shawn O. Pearce 50ab5fd3fc Ensure builtin-fetch honors {fetch,transfer}.unpackLimit 17 years ago
Shawn O. Pearce fa74052922 Always obtain fetch-pack arguments from struct fetch_pack_args 17 years ago
Shawn O. Pearce 824d5776c3 Refactor struct transport_ops inlined into struct transport 17 years ago
Shawn O. Pearce ab865e6eec Avoid printing unnecessary warnings during fetch and push 17 years ago
Shawn O. Pearce e5f4e21463 Remove unnecessary 'fetch' argument from transport_get API 17 years ago
Shawn O. Pearce 8eb554ae62 Cleanup duplicate initialization code in transport_get 17 years ago
Shawn O. Pearce b6abb48a15 Don't bother passing ref log details to walker in builtin-fetch 17 years ago
Shawn O. Pearce e4cd6c7a20 Backup the array passed to fetch_pack so we can free items 17 years ago
Shawn O. Pearce 1788c39cd0 Remove pack.keep after ref updates in git-fetch 17 years ago
Shawn O. Pearce 425b139313 Simplify fetch transport API to just one function 17 years ago
Shawn O. Pearce 7a2bff4593 Replace custom memory growth allocator with ALLOC_GROW 17 years ago
Johannes Schindelin c7a8a16239 Add bundle transport 17 years ago
Daniel Barkalow c29727d524 Add fetch methods to transport library. 17 years ago
Daniel Barkalow 9b288516ee Push code for transport library 17 years ago