182 Commits (e18b1df299a82c8edc262091dc0b77b1f13c5f0b)

Author SHA1 Message Date
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Rene Scharfe 4168be8e39 transport-helper: release strbuf after use in process_connect_service() 8 years ago
Martin Ågren 6cdf8a7929 ThreadSanitizer: add suppressions 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Jeff King 8c5acfb923 transport-helper: replace checked snprintf with xsnprintf 8 years ago
Jonathan Nieder 4b0c3c7735 remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR 8 years ago
Stefan Beller 438fc68462 push options: pass push options to the transport helper 8 years ago
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 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