34 Commits (9c5665aa3c938b0e085ca34a8126110edcffa217)

Author SHA1 Message Date
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