summaryrefslogtreecommitdiffstats
path: root/transport-helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-8/+6
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* transport-helper: fix leaking import/export marksPatrick Steinhardt2024-11-051-0/+2
* transport-helper: fix leak of dummy refs_listJeff King2024-09-251-2/+8
* transport-helper: fix strbuf leak in push_refs_with_push()Jeff King2024-09-251-0/+1
* Merge branch 'jk/diag-unexpected-remote-helper-death'Junio C Hamano2024-09-231-3/+13
|\
| * print an error when remote helpers die during capabilitiesJeff King2024-09-141-3/+13
* | environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | transport-helper: fix leaking helper namePatrick Steinhardt2024-05-271-2/+4
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-12/+17
* | Merge branch 'jk/remote-helper-object-format-option-fix'Junio C Hamano2024-04-031-7/+4
|\ \
| * | transport-helper: send "true" value for object-format optionJeff King2024-03-201-5/+2
| * | transport-helper: use write helpers more consistentlyJeff King2024-03-201-3/+3
* | | Merge branch 'as/option-names-in-messages'Junio C Hamano2024-03-161-1/+1
|\ \ \ | |/ / |/| |
| * | transport-helper.c: trivial fix of error messageAlexander Shopov2024-03-051-1/+1
* | | Merge branch 'jk/fetch-auto-tag-following-fix'Junio C Hamano2024-02-021-0/+3
|\ \ \
| * | | transport-helper: re-examine object dir after fetchingJeff King2024-01-241-0/+3
| | |/ | |/|
* | | Merge branch 'jx/remote-archive-over-smart-http'Junio C Hamano2024-01-301-16/+13
|\ \ \ | |_|/ |/| |
| * | transport-helper: call do_take_over() in process_connectJiang Xin2024-01-221-13/+9
| * | transport-helper: call do_take_over() in connect_helperJiang Xin2024-01-221-0/+2
| * | transport-helper: protocol v2 supports upload-archiveJiang Xin2024-01-221-1/+2
| * | transport-helper: no connection restriction in connect_helperJiang Xin2024-01-221-2/+0
* | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
|/ /
* | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\ \
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| |/
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason2022-12-251-0/+13
* list-objects-filter: add and use initializersJeff King2022-09-121-0/+2
* run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* fetch: add --refetch optionRobert Coup2022-03-281-0/+3
* Merge branch 'jk/http-push-status-fix'Junio C Hamano2021-10-301-0/+4
|\
| * transport-helper: recognize "expecting report" error from send-packJeff King2021-10-181-0/+4
* | transport: use designated initializersÆvar Arnfjörð Bjarmason2021-08-051-6/+6
* | transport: rename "fetch" in transport_vtable to "fetch_refs"Ævar Arnfjörð Bjarmason2021-08-051-4/+4
|/
* fetch: teach independent negotiation (no packfile)Jonathan Tan2021-05-051-0/+10
* use CALLOC_ARRAYRené Scharfe2021-03-141-2/+2
* connect, transport: encapsulate arg in structJonathan Tan2021-02-051-2/+3
* push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+5
* push: add reflog check for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+5
* Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-261-29/+99
|\
| * New capability "report-status-v2" for git-pushJiang Xin2020-08-271-29/+99
* | transport-helper: do not run git-remote-ext etc. in dashed formJunio C Hamano2020-08-261-2/+2