127 Commits (56a853b62c0ae7ebaad0a7a0a704f5ef561eb795)

Author SHA1 Message Date
Tay Ray Chuan b0d66e156c transport: add got_remote_refs flag 15 years ago
Junio C Hamano cb21d8f032 transport_get(): drop unnecessary check for !remote 15 years ago
Ilari Liusvaara 4da504608e Fix remote.<remote>.vcs 15 years ago
Ilari Liusvaara e9fcd1e212 Add push --set-upstream 15 years ago
Richard Weinberger b9cb07726a Fix uninitialized variable in get_refs_via_rsync(). 15 years ago
Tay Ray Chuan 4232826771 transport.c::transport_push(): make ref status affect return value 15 years ago
Tay Ray Chuan 20e8b465a5 refactor ref status logic for pushing 15 years ago
Ilari Liusvaara 27a557a9ff Reset possible helper before reusing remote structure 15 years ago
Tay Ray Chuan 486a3d7164 check stderr with isatty() instead of stdout when deciding to show progress 15 years ago
Ilari Liusvaara 28ca0c9008 Remove special casing of http, https and ftp 15 years ago
Ilari Liusvaara b236752a87 Support remote archive from all smart transports 15 years ago
Ilari Liusvaara 61b075bd3e Support taking over transports 15 years ago
Ilari Liusvaara aa5af9749f Refactor git transport options parsing 15 years ago
Ilari Liusvaara 25d5cc488a Pass unknown protocols to external protocol handlers 15 years ago
Johannes Schindelin 87422439d1 Allow specifying the remote helper in the url 15 years ago
Daniel Barkalow c578f51d52 Add a config option for remotes to specify a foreign vcs 15 years ago
Daniel Barkalow 3714831189 Allow fetch to modify refs 15 years ago
Daniel Barkalow fb0cc87ec0 Allow programs to not depend on remotes having urls 15 years ago
Shawn O. Pearce de1a2fdd38 Smart push over HTTP: client side 15 years ago
Daniel Barkalow c1d45cf7b0 Require a struct remote in transport_get() 15 years ago
Shawn O. Pearce ae4efe1957 Move WebDAV HTTP push under remote-curl 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
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