summaryrefslogtreecommitdiffstats
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-1/+1
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-18/+9
* transport-helper: replace checked snprintf with xsnprintfJeff King2017-03-301-4/+1
* Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-271-2/+3
|\
| * remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRJonathan Nieder2017-02-141-2/+3
* | push options: pass push options to the transport helperStefan Beller2017-02-081-0/+7
|/
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-14/+48
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-131-0/+1
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+24
| * transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-131-14/+23
* | Spelling fixesVille Skyttä2016-08-111-4/+4
* | i18n: transport-helper.c: change N_() call to _()Vasco Almeida2016-06-171-1/+1
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-3/+3
|\ \
| * | transport-helper.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-3/+3
* | | typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-061-1/+1
|/ /
* | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+15
|\ \ | |/ |/|
| * connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-121-0/+15
* | transport-helper: read helper response with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano2016-01-151-1/+2
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* push_refs_with_export: convert to struct object_idbrian m. carlson2015-11-201-4/+4
* Convert struct ref to use object_id.brian m. carlson2015-11-201-9/+9
* Sync with v2.5.4Junio C Hamano2015-09-281-0/+2
|\
| * Sync with 2.4.10Junio C Hamano2015-09-281-0/+2
| |\
| | * Sync with 2.3.10Junio C Hamano2015-09-281-0/+2
| | |\
| | | * transport: add a protocol-whitelist environment variableJeff King2015-09-231-0/+2
| | | * Merge branch 'jc/push-cert' into maintJunio C Hamano2015-03-051-1/+1
| | | |\
| | | * \ Merge branch 'mh/deref-symref-over-helper-transport' into maintJunio C Hamano2015-03-051-5/+8
| | | |\ \
* | | | \ \ Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-17/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | push: support signing pushes iff the server supports itDave Borowitz2015-08-191-17/+17
| |/ / / /
* / / / / transport-helper: die on errors reading refs.Stefan Beller2015-08-031-2/+6
|/ / / /
* | | | Merge branch 'mh/transport-capabilities'Junio C Hamano2015-02-251-12/+13
|\ \ \ \
| * | | | transport-helper: ask the helper to set the same options for import as for fetchMike Hommey2015-02-131-10/+10
| * | | | transport-helper: ask the helper to set progress and verbosity options after ...Mike Hommey2015-02-131-2/+3
* | | | | Merge branch 'dp/remove-duplicated-header-inclusion'Junio C Hamano2015-02-251-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | do not include the same header twiceДилян Палаузов2015-02-131-1/+0
| |/ / /
* | | | Merge branch 'jc/push-cert'Junio C Hamano2015-02-181-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | transport-helper: fix typo in error message when --signed is not supportedMike Hommey2015-02-121-1/+1
* | | transport-helper: do not request symbolic refs to remote helpersMike Hommey2015-01-211-5/+8
| |/ |/|
* | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-281-1/+1
* | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-8/+2
|\ \
| * | use env_array member of struct child_processRené Scharfe2014-10-191-8/+2
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+4
|/ /
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-1/+8
|\|
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-1/+8
* | run-command: introduce child_process_init()René Scharfe2014-08-201-2/+3
|/
* transport-helper: avoid reading past end-of-stringJeff King2014-06-201-7/+7
* Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-161-9/+23
|\
| * transport-helper: remove unnecessary strbuf resetsFelipe Contreras2014-04-211-4/+0
| * transport-helper: add support to delete branchesFelipe Contreras2014-04-211-11/+13