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