44 Commits (0c72cead8435b2865efc884060bd0bd49313cbd5)

Author SHA1 Message Date
Tay Ray Chuan 212cfe157e transport: update flags to be in running order 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
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
Ilari Liusvaara e9fcd1e212 Add push --set-upstream 15 years ago
Tay Ray Chuan 486a3d7164 check stderr with isatty() instead of stdout when deciding to show progress 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
Daniel Barkalow 3714831189 Allow fetch to modify refs 15 years ago
Shawn O. Pearce cff7123c11 fetch: Allow transport -v -v -v to set verbosity to 3 15 years ago
Daniel Barkalow c9e388bb48 Make the "traditionally-supported" URLs a special case 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 afdeeb00ee push: add --quiet flag 16 years ago
Daniel Barkalow 6eb996b570 Add support for external programs for handling native fetches 16 years ago
Larry D'Anna 1965ff744a add --porcelain option to git-push 16 years ago
Andreas Ericsson 47abd85ba0 fetch: Strip usernames from url's before storing them 16 years ago
Daniel Barkalow 64fcef2daa Move push matching and reporting logic into transport.c 16 years ago
Miklos Vajna 21188b1eaf Implement git clone -v 16 years ago
Daniel Barkalow 2d5c298f91 Mark the list of refs to fetch as const 17 years ago
Shawn O. Pearce 41fa7d2eae Teach git-fetch to exploit server side automatic tag following 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
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Daniel Barkalow 2b5a06edca Restore default verbosity for http fetches. 17 years ago
Shawn O. Pearce 50ab5fd3fc Ensure builtin-fetch honors {fetch,transfer}.unpackLimit 18 years ago
Shawn O. Pearce 824d5776c3 Refactor struct transport_ops inlined into struct transport 18 years ago
Shawn O. Pearce e5f4e21463 Remove unnecessary 'fetch' argument from transport_get API 18 years ago
Shawn O. Pearce 1788c39cd0 Remove pack.keep after ref updates in git-fetch 18 years ago
Shawn O. Pearce 425b139313 Simplify fetch transport API to just one function 18 years ago
Daniel Barkalow c29727d524 Add fetch methods to transport library. 18 years ago
Daniel Barkalow 9b288516ee Push code for transport library 18 years ago