aboutsummaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAge
* push options: pass push options to the transport helperStefan Beller2017-02-08
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-13
* | Spelling fixesVille Skyttä2016-08-11
* | i18n: transport-helper.c: change N_() call to _()Vasco Almeida2016-06-17
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \
| * | transport-helper.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | | typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-06
|/ /
* | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ | |/ |/|
| * connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
* | transport-helper: read helper response with strbuf_getline()Junio C Hamano2016-01-15
* | strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano2016-01-15
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* push_refs_with_export: convert to struct object_idbrian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* Sync with v2.5.4Junio C Hamano2015-09-28
|\
| * Sync with 2.4.10Junio C Hamano2015-09-28
| |\
| | * Sync with 2.3.10Junio C Hamano2015-09-28
| | |\
| | | * transport: add a protocol-whitelist environment variableJeff King2015-09-23
| | | * Merge branch 'jc/push-cert' into maintJunio C Hamano2015-03-05
| | | |\
| | | * \ Merge branch 'mh/deref-symref-over-helper-transport' into maintJunio C Hamano2015-03-05
| | | |\ \
* | | | \ \ Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | push: support signing pushes iff the server supports itDave Borowitz2015-08-19
| |/ / / /
* | | | | transport-helper: die on errors reading refs.Stefan Beller2015-08-03
|/ / / /
* | | | Merge branch 'mh/transport-capabilities'Junio C Hamano2015-02-25
|\ \ \ \
| * | | | transport-helper: ask the helper to set the same options for import as for fetchMike Hommey2015-02-13
| * | | | transport-helper: ask the helper to set progress and verbosity options after ...Mike Hommey2015-02-13
* | | | | Merge branch 'dp/remove-duplicated-header-inclusion'Junio C Hamano2015-02-25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | do not include the same header twiceДилян Палаузов2015-02-13
| |/ / /
* | | | Merge branch 'jc/push-cert'Junio C Hamano2015-02-18
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | transport-helper: fix typo in error message when --signed is not supportedMike Hommey2015-02-12
* | | transport-helper: do not request symbolic refs to remote helpersMike Hommey2015-01-21
| |/ |/|
* | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-28
* | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-24
|\ \
| * | use env_array member of struct child_processRené Scharfe2014-10-19
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
|/ /
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ | |/
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
* | run-command: introduce child_process_init()René Scharfe2014-08-20
|/
* transport-helper: avoid reading past end-of-stringJeff King2014-06-20
* Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-16
|\
| * transport-helper: remove unnecessary strbuf resetsFelipe Contreras2014-04-21
| * transport-helper: add support to delete branchesFelipe Contreras2014-04-21
| * transport-helper: add support to push symbolic refsFelipe Contreras2014-04-21
| * transport-helper: add support for old:new refspecFelipe Contreras2014-04-21
* | Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano2014-06-16
|\ \
| * | transport-helper.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano2014-05-20