0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-17 06:53:31 +01:00
gitea/modules/repofiles
Jimmy Praet 3d6cb25e31
Support unprotected file patterns (#16395)
Fixes #16381

Note that changes to unprotected files via the web editor still cannot be pushed directly to the protected branch. I could easily add such support for edits and deletes if needed. But for adding, uploading or renaming unprotected files, it is not trivial.

* Extract & Move GetAffectedFiles to modules/git
2021-09-11 16:21:17 +02:00
..
action_test.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
action.go
blob_test.go
blob.go
commit_status.go
commit.go
content_test.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
content.go
delete.go Support unprotected file patterns (#16395) 2021-09-11 16:21:17 +02:00
diff_test.go Simplify split diff view generation and remove JS dependency (#16775) 2021-08-29 15:28:04 +01:00
diff.go
file_test.go
file.go
repofiles_test.go
repofiles.go
temp_repo.go
tree_test.go
tree.go
update.go Support unprotected file patterns (#16395) 2021-09-11 16:21:17 +02:00
upload.go
verification.go