summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-03push: parse and set flag for "--force-if-includes"Libravatar Srinidhi Kaushik1-0/+5
2020-10-03push: add reflog check for "--force-if-includes"Libravatar Srinidhi Kaushik1-0/+5
2020-09-25Merge branch 'jx/proc-receive-hook'Libravatar Junio C Hamano1-29/+99
2020-08-27New capability "report-status-v2" for git-pushLibravatar Jiang Xin1-29/+99
2020-08-26transport-helper: do not run git-remote-ext etc. in dashed formLibravatar Junio C Hamano1-2/+2
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameLibravatar Jeff King1-15/+15
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-07-06Merge branch 'js/default-branch-name'Libravatar Junio C Hamano1-1/+1
2020-07-06Merge branch 'bc/sha-256-part-2'Libravatar Junio C Hamano1-2/+22
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchLibravatar Johannes Schindelin1-1/+1
2020-06-10fetch-pack: support more than one pack lockfileLibravatar Jonathan Tan1-2/+3
2020-05-27transport-helper: implement object-format extensionsLibravatar brian m. carlson1-2/+22
2020-04-17transport-helper: new method reject_atomic_push()Libravatar Jiang Xin1-15/+23
2020-04-17transport-helper: mark failure for atomic pushLibravatar Jiang Xin1-0/+15
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthLibravatar Junio C Hamano1-2/+3
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-0/+1
2019-12-04fast-import: disallow "feature export-marks" by defaultLibravatar Jeff King1-0/+1
2019-10-23Merge branch 'bc/smart-http-atomic-push'Libravatar Junio C Hamano1-0/+4
2019-10-17remote-curl: pass on atomic capability to remote sideLibravatar brian m. carlson1-0/+4
2019-09-18Merge branch 'jt/avoid-ls-refs-with-http'Libravatar Junio C Hamano1-6/+32
2019-09-18Merge branch 'md/list-objects-filter-combo'Libravatar Junio C Hamano1-7/+3
2019-08-22transport: teach all vtables to allow fetch firstLibravatar Jonathan Tan1-1/+0
2019-08-22transport-helper: skip ls-refs if unnecessaryLibravatar Jonathan Tan1-6/+33
2019-07-29Merge branch 'es/local-atomic-push-failure-with-http' into maintLibravatar Junio C Hamano1-0/+6
2019-07-25Merge branch 'mh/import-transport-fd-fix' into maintLibravatar Junio C Hamano1-1/+1
2019-07-25Merge branch 'es/local-atomic-push-failure-with-http'Libravatar Junio C Hamano1-0/+6
2019-07-12transport-helper: enforce atomic in push_refs_with_pushLibravatar Emily Shaffer1-0/+6
2019-06-28list-objects-filter-options: make filter_spec a string_listLibravatar Matthew DeVore1-7/+3
2019-06-13Merge branch 'mh/import-transport-fd-fix'Libravatar Junio C Hamano1-1/+1
2019-05-16dup() the input fd for fast-import used for remote helpersLibravatar Mike Hommey1-1/+1
2019-02-22trace2:data: add trace2 transport child classificationLibravatar Jeff Hostetler1-0/+2
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Libravatar Junio C Hamano1-4/+9
2019-01-18Merge branch 'rb/hpe'Libravatar Junio C Hamano1-4/+3
2019-01-15filter-options: expand scaled numbersLibravatar Josh Steadmon1-4/+9
2019-01-03transport-helper: drop read/write errno checksLibravatar Jeff King1-3/+2
2019-01-03transport-helper: use xread instead of readLibravatar Randall S. Becker1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-29Merge branch 'nd/n18n-fix'Libravatar Junio C Hamano1-1/+1
2018-11-29transport-helper.c: do not translate a string twiceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-10-07transport: list refs before fetch if necessaryLibravatar Jonathan Tan1-0/+1