170 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Ville Skyttä 2e3a16b279 Spelling fixes 9 years ago
Vasco Almeida 3c5077fe33 i18n: transport-helper.c: change N_() call to _() 9 years ago
Nguyễn Thái Ngọc Duy cccf74e2da fetch, upload-pack: --deepen=N extends shallow boundary by N commits 9 years ago
Nguyễn Thái Ngọc Duy a45a260086 fetch: define shallow boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 9318c5dd14 transport-helper.c: refactor set_helper_option() 9 years ago
Nguyễn Thái Ngọc Duy 1fee1dce71 transport-helper.c: use error_errno() 9 years ago
Li Peng 832c0e5e63 typofix: assorted typofixes in comments, documentation and messages 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Junio C Hamano 692dfdfa62 transport-helper: read helper response with strbuf_getline() 9 years ago
Junio C Hamano 1a0c8dfd89 strbuf: give strbuf_getline() to the "most text friendly" variant 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
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 9 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 10 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