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