mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 09:44:26 +00:00
62f2d717b7
Backport https://github.com/go-gitea/gitea/pull/28794
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.
|
||
---|---|---|
.. | ||
cherry_pick.go | ||
commit.go | ||
content_test.go | ||
content.go | ||
diff_test.go | ||
diff.go | ||
file_test.go | ||
file.go | ||
patch.go | ||
temp_repo.go | ||
tree_test.go | ||
tree.go | ||
update.go | ||
upload.go |