208 Commits (8708ca09a67aeccab1d6852382cfd9267a8a395e)

Author SHA1 Message Date
Jonathan Tan e2842b39f4 fetch-pack: unify ref in and out param 7 years ago
Nguyễn Thái Ngọc Duy 6b5b309f5e transport-helper.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Jonathan Tan 3390e42adb fetch-pack: support negotiation tip whitelist 7 years ago
Brandon Williams 989b8c4452 fetch-pack: put shallow info in output parameter 7 years ago
Brandon Williams d000414e26 remote: convert apply_refspecs to take a struct refspec 7 years ago
Brandon Williams 57f32ac2a5 transport-helper: convert to use struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Brandon Williams edc9caf7e2 transport-helper: introduce stateless-connect 7 years ago
Brandon Williams 176e85c1b4 transport-helper: refactor process_connect_service 7 years ago
Brandon Williams b1c2edfc18 transport-helper: remove name parameter 7 years ago
Brandon Williams 834cf34b26 transport: convert get_refs_list to take a list of ref prefixes 7 years ago
Jonathan Tan e967ca3847 transport: make transport vtable more private 7 years ago
René Scharfe 176cb979fe transport-helper: plug strbuf and string_list leaks 7 years ago
Jeff Hostetler 640d8b72fe fetch-pack, index-pack, transport: partial clone 7 years ago
brian m. carlson 49e61479be refs: convert resolve_ref_unsafe to struct object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
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