mirror of https://github.com/go-gitea/gitea.git
b8270240bf
Fixes #22236
---
Error occurring currently while trying to revert commit using read-tree
-m approach:
> 2022/12/26 16:04:43 ...rvices/pull/patch.go:240:AttemptThreeWayMerge()
[E] [63a9c61a] Unable to run read-tree -m! Error: exit status 128 -
fatal: this operation must be run in a work tree
> - fatal: this operation must be run in a work tree
We need to clone a non-bare repository for `git read-tree -m` to work.
|
||
---|---|---|
.. | ||
limited_org | ||
migration/lfs-test.git | ||
org3 | ||
org26 | ||
privated_org | ||
user2 | ||
user5/repo4.git | ||
user12/repo10.git | ||
user13/repo11.git | ||
user27 | ||
user30 |