mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
|
1 year ago | |
---|---|---|
.. | ||
cherry_pick.go | 1 year ago | |
commit.go | 2 years ago | |
content.go | 2 years ago | |
content_test.go | 1 year ago | |
diff.go | 1 year ago | |
diff_test.go | 1 year ago | |
file.go | 2 years ago | |
file_test.go | 1 year ago | |
patch.go | 1 year ago | |
temp_repo.go | 1 year ago | |
tree.go | 2 years ago | |
tree_test.go | 1 year ago | |
update.go | 1 year ago | |
upload.go | 1 year ago |