summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2022-03-28fetch: add --refetch optionRobert Coup
2021-10-29Merge branch 'jk/http-push-status-fix'Junio C Hamano
2021-10-18transport-helper: recognize "expecting report" error from send-packJeff King
2021-08-05transport: use designated initializersÆvar Arnfjörð Bjarmason
2021-08-05transport: rename "fetch" in transport_vtable to "fetch_refs"Ævar Arnfjörð Bjarmason
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-05connect, transport: encapsulate arg in structJonathan Tan
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-25Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-08-27New capability "report-status-v2" for git-pushJiang Xin
2020-08-26transport-helper: do not run git-remote-ext etc. in dashed formJunio C Hamano
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-07Merge branch 'js/default-branch-name'Junio C Hamano
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin
2020-06-11fetch-pack: support more than one pack lockfileJonathan Tan
2020-05-27transport-helper: implement object-format extensionsbrian m. carlson
2020-04-17transport-helper: new method reject_atomic_push()Jiang Xin
2020-04-17transport-helper: mark failure for atomic pushJiang Xin
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King
2019-10-23Merge branch 'bc/smart-http-atomic-push'Junio C Hamano
2019-10-17remote-curl: pass on atomic capability to remote sidebrian m. carlson
2019-09-18Merge branch 'jt/avoid-ls-refs-with-http'Junio C Hamano
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-08-22transport: teach all vtables to allow fetch firstJonathan Tan
2019-08-22transport-helper: skip ls-refs if unnecessaryJonathan Tan
2019-07-29Merge branch 'es/local-atomic-push-failure-with-http' into maintJunio C Hamano
2019-07-25Merge branch 'mh/import-transport-fd-fix' into maintJunio C Hamano
2019-07-25Merge branch 'es/local-atomic-push-failure-with-http'Junio C Hamano
2019-07-12transport-helper: enforce atomic in push_refs_with_pushEmily Shaffer
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-13Merge branch 'mh/import-transport-fd-fix'Junio C Hamano
2019-05-16dup() the input fd for fast-import used for remote helpersMike Hommey
2019-02-22trace2:data: add trace2 transport child classificationJeff Hostetler
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano