168 Commits (f0c5793b37a53992611968ab4a1d62a0e3edc2dd)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy e7622ce8c4 Catch invalid --depth option passed to clone or fetch 13 years ago
Jeff King bd2c86ef00 make "git push -v" actually verbose 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Junio C Hamano 2727b71f05 bundle: add parse_bundle_header() helper function 14 years ago
Johannes Schindelin 3ac6437016 Fix is_gitfile() for files too small or larger than PATH_MAX to be a gitfile 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Phil Hord 7ab8777e8d Teach transport about the gitfile mechanism 14 years ago
Junio C Hamano be042aff24 Teach progress eye-candy to fetch_refs_from_bundle() 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Fredrik Gustafsson d2b17b3220 push: Don't push a repository with unpushed submodules 14 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 14 years ago
Jim Meyering 5dd564895e remove tests of always-false condition 14 years ago
Jeff King 114a6a889f refactor refs_from_alternate_cb to allow passing extra data 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Junio C Hamano 36cfda1552 refs_from_alternate: helper to use refs from alternates 14 years ago
Jeff King d7c411b71d push: pass --progress down to git-pack-objects 15 years ago
Jeff King 638794cde0 make url-related functions reusable 15 years ago
Larry D'Anna 77555854be git-push: make git push --porcelain print "Done" 15 years ago
Larry D'Anna 60cfeb8e95 git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode 15 years ago
Tay Ray Chuan d01b3c02e8 transport->progress: use flag authoritatively 15 years ago
Tay Ray Chuan 8afd8dc065 push: support multiple levels of verbosity 15 years ago
Tay Ray Chuan bde873c529 fetch: refactor verbosity option handling into transport.[ch] 15 years ago
Ilari Liusvaara 53a52ff33d Allow '+', '-' and '.' in remote helper names 15 years ago
Michael Lukashov f1863d0d16 refactor duplicated code in builtin-send-pack.c and transport.c 15 years ago
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 16 years ago
Daniel Barkalow c578f51d52 Add a config option for remotes to specify a foreign vcs 16 years ago
Daniel Barkalow 3714831189 Allow fetch to modify refs 16 years ago
Daniel Barkalow fb0cc87ec0 Allow programs to not depend on remotes having urls 16 years ago
Shawn O. Pearce de1a2fdd38 Smart push over HTTP: client side 16 years ago
Daniel Barkalow c1d45cf7b0 Require a struct remote in transport_get() 16 years ago
Shawn O. Pearce ae4efe1957 Move WebDAV HTTP push under remote-curl 16 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 16 years ago
Matthieu Moy bb8cccd017 push: Correctly initialize nonfastforward in transport_push. 16 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