summaryrefslogtreecommitdiffstats
path: root/transport-helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | transport: list refs before fetch if necessaryJonathan Tan2018-10-071-0/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-161-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch-pack: unify ref in and out paramJonathan Tan2018-08-021-4/+2
* | | | | | | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-161-44/+45
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | transport-helper.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-43/+44
| * | | | | | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-24/+24
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-031-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-041-0/+3
| |/ / / / / /
* / / / / / / fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-2/+4
|/ / / / / /
* | | | | | remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-171-3/+3
* | | | | | transport-helper: convert to use struct refspecBrandon Williams2018-05-171-26/+12
* | | | | | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-1/+1
* | | | | | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-171-0/+1
* | | | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-33/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | transport-helper: introduce stateless-connectBrandon Williams2018-03-151-0/+11
| * | | | | transport-helper: refactor process_connect_serviceBrandon Williams2018-03-151-29/+38
| * | | | | transport-helper: remove name parameterBrandon Williams2018-03-151-3/+3
| * | | | | transport: convert get_refs_list to take a list of ref prefixesBrandon Williams2018-03-151-2/+3
| |/ / / /
* | | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+5
| |/ / /
* | | | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-281-9/+14
|\ \ \ \
| * | | | transport: make transport vtable more privateJonathan Tan2017-12-141-9/+14
| |/ / /
* | | | Merge branch 'rs/fmt-merge-msg-leakfix'Junio C Hamano2017-12-271-2/+5
|\ \ \ \
| * | | | transport-helper: plug strbuf and string_list leaksRené Scharfe2017-12-081-2/+5
| |/ / /
* | | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-4/+3
* | | | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-3/+2
* | | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+2
|/ / /
* | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-3/+2
|\ \ \ | | |/ | |/|
| * | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-3/+2
* | | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-191-0/+1
|\ \ \
| * | | transport-helper: release strbuf after use in process_connect_service()Rene Scharfe2017-09-071-0/+1
* | | | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-101-0/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | ThreadSanitizer: add suppressionsMartin Ågren2017-08-231-0/+7
| |/
* / 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-091-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-181-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