156 Commits (046dec74afe7a4bc2848b8cf73e3c4751382ef8e)

Author SHA1 Message Date
brian m. carlson 27912a03fd push_refs_with_export: convert to struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King a5adaced2e transport: add a protocol-whitelist environment variable 10 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
Stefan Beller ae25fd39bc transport-helper: die on errors reading refs. 10 years ago
Дилян Палаузов 5d308512ff do not include the same header twice 10 years ago
Mike Hommey aab1beb0e1 transport-helper: ask the helper to set the same options for import as for fetch 10 years ago
Mike Hommey 2879bc3b0c transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities 10 years ago
Mike Hommey 45917f0f99 transport-helper: fix typo in error message when --signed is not supported 10 years ago
Mike Hommey 33cae5428a transport-helper: do not request symbolic refs to remote helpers 10 years ago
René Scharfe 8828f2985f use child_process_init() to initialize struct child_process variables 10 years ago
René Scharfe a915459097 use env_array member of struct child_process 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Junio C Hamano 0ea47f9d33 signed push: teach smart-HTTP to pass "git push --signed" around 11 years ago
René Scharfe 483bbd4e4c run-command: introduce child_process_init() 11 years ago
Jeff King 21a2d4ada5 transport-helper: avoid reading past end-of-string 11 years ago
Brian Gesiak 92e25b6b5b transport-helper.c: rearrange xcalloc arguments 11 years ago
Junio C Hamano b2c851a8e6 Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)" 11 years ago
Junio C Hamano 10e1feebb4 Revert "Merge branch 'fc/transport-helper-sync-error-fix'" 11 years ago
Jeff King 173fd1a1a4 get_importer: use run-command's internal argv_array 11 years ago
Jeff King 2aeae40a75 get_exporter: use argv_array 11 years ago
Jeff King e0ab2ac6c5 get_helper: use run-command's internal argv_array 11 years ago
Felipe Contreras e143ef4f6b transport-helper: remove unnecessary strbuf resets 11 years ago
Felipe Contreras f3d0376356 transport-helper: add support to delete branches 11 years ago
Felipe Contreras 9193f74235 transport-helper: add support to push symbolic refs 11 years ago
Felipe Contreras d98c815380 transport-helper: add support for old:new refspec 11 years ago
Felipe Contreras 3994e64d77 transport-helper: fix sync issue on crashes 11 years ago
Felipe Contreras 852e54bc0f transport-helper: trivial cleanup 11 years ago
Felipe Contreras 0551a06c22 transport-helper: propagate recvline() error pushing 11 years ago
Felipe Contreras 5931b33e20 remote-helpers: make recvline return an error 11 years ago
Felipe Contreras 4a1b59c85f transport-helper: remove barely used xchgline() 11 years ago
Max Horn cf31f70c08 transport-helper.c: do not overwrite forced bit 11 years ago
Erik Faye-Lund 7edc02f4de prefer xwrite instead of write 11 years ago
Nguyễn Thái Ngọc Duy 16094885ca smart-http: support shallow fetch/clone 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras f9e3c6bebb transport-helper: check for 'forced update' message 11 years ago
Felipe Contreras 510fa6f518 transport-helper: add 'force' to 'export' helpers 11 years ago
Felipe Contreras 23cd01ec53 transport-helper: trivial style fix 11 years ago
Felipe Contreras 5a75353fe3 transport-helper: don't update refs in dry-run 11 years ago
Felipe Contreras a21455ae66 transport-helper: mismerge fix 11 years ago
Matthieu Moy 597b831afb transport-helper: add no-private-update capability 12 years ago
Junio C Hamano 05c1eb1034 push: teach --force-with-lease to smart-http transport 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Nguyễn Thái Ngọc Duy 9ba380481c smart http: use the same connectivity check on cloning 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Jeff King 4621085b7e add missing "format" function attributes 12 years ago
Jeff King 266f1fdfa9 transport-helper: be quiet on read errors from helpers 12 years ago
Felipe Contreras 21457f5719 transport-helper: check if the dry-run is supported 12 years ago
Felipe Contreras 67c9c782da transport-helper: barf when user tries old:new 12 years ago
Felipe Contreras 126aac5cf3 transport-helper: fix remote helper namespace regression 12 years ago