summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2016-06-17i18n: transport-helper.c: change N_() call to _()Vasco Almeida
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09transport-helper.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-15transport-helper: read helper response with strbuf_getline()Junio C Hamano
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-20push_refs_with_export: convert to struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-23transport: add a protocol-whitelist environment variableJeff King
2015-08-31Merge branch 'db/push-sign-if-asked'Junio C Hamano
2015-08-19push: support signing pushes iff the server supports itDave Borowitz
2015-08-03transport-helper: die on errors reading refs.Stefan Beller
2015-03-05Merge branch 'jc/push-cert' into maintJunio C Hamano
2015-03-05Merge branch 'mh/deref-symref-over-helper-transport' into maintJunio C Hamano
2015-02-25Merge branch 'mh/transport-capabilities'Junio C Hamano
2015-02-25Merge branch 'dp/remove-duplicated-header-inclusion'Junio C Hamano
2015-02-18Merge branch 'jc/push-cert'Junio C Hamano
2015-02-13do not include the same header twiceДилян Палаузов
2015-02-13transport-helper: ask the helper to set the same options for import as for fetchMike Hommey
2015-02-13transport-helper: ask the helper to set progress and verbosity options after ...Mike Hommey
2015-02-12transport-helper: fix typo in error message when --signed is not supportedMike Hommey
2015-01-22transport-helper: do not request symbolic refs to remote helpersMike Hommey
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-10-24Merge branch 'rs/run-command-env-array'Junio C Hamano
2014-10-19use env_array member of struct child_processRené Scharfe
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-08-20run-command: introduce child_process_init()René Scharfe
2014-06-20transport-helper: avoid reading past end-of-stringJeff King
2014-06-16Merge branch 'fc/remote-helper-refmap'Junio C Hamano
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano
2014-05-27transport-helper.c: rearrange xcalloc argumentsBrian Gesiak
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano
2014-05-20Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Junio C Hamano
2014-05-15get_importer: use run-command's internal argv_arrayJeff King
2014-05-15get_exporter: use argv_arrayJeff King
2014-05-15get_helper: use run-command's internal argv_arrayJeff King
2014-04-21transport-helper: remove unnecessary strbuf resetsFelipe Contreras
2014-04-21transport-helper: add support to delete branchesFelipe Contreras
2014-04-21transport-helper: add support to push symbolic refsFelipe Contreras
2014-04-21transport-helper: add support for old:new refspecFelipe Contreras
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras
2014-04-14transport-helper: trivial cleanupFelipe Contreras