242 Commits (d6a6263f5f97d681849d5646cf1a78a20fb99bee)

Author SHA1 Message Date
Jeff King 68061e3470 fast-import: disallow "feature export-marks" by default 5 years ago
brian m. carlson 6f1194246a remote-curl: pass on atomic capability to remote side 5 years ago
Jonathan Tan fddf2ebe38 transport: teach all vtables to allow fetch first 5 years ago
Jonathan Tan ac3fda82bf transport-helper: skip ls-refs if unnecessary 5 years ago
Emily Shaffer 3bca1e7f9f transport-helper: enforce atomic in push_refs_with_push 6 years ago
Matthew DeVore cf9ceb5a12 list-objects-filter-options: make filter_spec a string_list 6 years ago
Mike Hommey 8b3554279c dup() the input fd for fast-import used for remote helpers 6 years ago
Jeff Hostetler abd81a3d79 trace2:data: add trace2 transport child classification 6 years ago
Josh Steadmon 87c2d9d310 filter-options: expand scaled numbers 6 years ago
Jeff King d4c813689b transport-helper: drop read/write errno checks 6 years ago
Randall S. Becker c14e5a1a50 transport-helper: use xread instead of read 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Nguyễn Thái Ngọc Duy 739fb7167d transport-helper.c: do not translate a string twice 6 years ago
Jonathan Tan 6ab4055775 transport: list refs before fetch if necessary 6 years ago
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() 7 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