97 Commits (17225c49d501a304a0ae9ff370ca5cc3ae4afe4d)

Author SHA1 Message Date
Matthieu Moy bb8cccd017 push: Correctly initialize nonfastforward in transport_push. 15 years ago
Daniel Barkalow c9e388bb48 Make the "traditionally-supported" URLs a special case 16 years ago
Jeff King 2e5ed5f21b push: teach --quiet to suppress "Everything up-to-date" 16 years ago
Nicolas Pitre 86386829d4 fix simple deepening of a repo 16 years ago
Matthieu Moy 07436e43da push: point to 'git pull' and 'git push --force' in case of non-fast forward 16 years ago
Jeff King 481c7a6db9 transport: don't show push status if --quiet is given 16 years ago
Jeff King 120703292b transport: pass "quiet" flag to pack-objects 16 years ago
Daniel Barkalow a2d725b7bd Use an external program to implement fetching with curl 16 years ago
Johannes Sixt c024beb56d run_command: report failure to execute the program, but optionally don't 16 years ago
Johannes Sixt 0ac77ec315 run_command: report system call errors instead of returning error codes 16 years ago
Larry D'Anna 1965ff744a add --porcelain option to git-push 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Mike Hommey 28307b99dd transport.c::get_refs_via_curl(): use the new http API 16 years ago
Mike Hommey df005219dd transport.c::get_refs_via_curl(): do not leak refs_url 16 years ago
Clemens Buchacher 6d2bf96e55 match_refs: search ref list tail internally 16 years ago
Felipe Contreras 4577e48364 Change prettify_ref to prettify_refname 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Andreas Ericsson 47abd85ba0 fetch: Strip usernames from url's before storing them 16 years ago
Johannes Schindelin 7efaeba2a8 rsync transport: allow local paths, and fix tests 16 years ago
Daniel Barkalow 64fcef2daa Move push matching and reporting logic into transport.c 16 years ago
Alexander Potashev 8ca12c0d62 add is_dot_or_dotdot inline function 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
René Scharfe b0b44bc7b2 use alloc_ref_from_str() everywhere 16 years ago
Miklos Vajna 21188b1eaf Implement git clone -v 16 years ago
Tuncer Ayaz fe8aa148b2 Fix fetch/clone --quiet when stdout is connected 16 years ago
Junio C Hamano 40c155ff14 push: prepare sender to receive extended ref information from the receiver 17 years ago
Petr Baudis fd35e42683 Fail properly when cloning from invalid HTTP URL 17 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