1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 12:11:29 +02:00
gitea/modules/repofiles
David Svantesson 232340f5e3 Prevent upload (overwrite) of lfs locked file (#8769)
* Check if file is locked on upload file commit.

* Better user message if file is locked.

* Check lfs lock before creating temporary repository. fix some errors.

* move lines

* Add comment that enabled setting is checked.
2019-11-02 15:37:05 +08:00
..
action_test.go
action.go
blob_test.go
blob.go
commit_status.go
commit.go
content_test.go
content.go
delete.go
diff_test.go
diff.go
file_test.go
file.go
repofiles_test.go
repofiles.go
temp_repo.go
tree_test.go
tree.go
update.go
upload.go Prevent upload (overwrite) of lfs locked file (#8769) 2019-11-02 15:37:05 +08:00
verification.go