1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/routers/web/repo
zeripath 58a4407acb
Remove follow from commits by file (#20765)
The use of `--follow` makes getting these commits very slow on large repositories
as it results in searching the whole commit tree for a blob.

Now as nice as the results of `--follow` are, I am uncertain whether it is really
of sufficient importance to keep around.

Fix #20764

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-08-14 21:22:13 -04:00
..
activity.go
attachment.go
blame.go Switch Unicode Escaping to a VSCode-like system (#19990) 2022-08-13 19:32:34 +01:00
branch.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
cherry_pick.go
commit.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
compare.go
download.go
editor_test.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
editor.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
find.go
http_test.go Fix http path bug (#16117) 2021-06-09 14:53:12 +02:00
http.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go Stop spurious APIFormat stopwatches logs (#20008) 2022-06-17 22:47:15 +01:00
issue_test.go
issue_timetrack.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
issue_watch.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
issue.go
lfs.go
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
middlewares.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
migrate.go
milestone.go
packages.go Show hint to link package to repo when viewing empty repo package list (#20504) 2022-07-27 19:58:21 +08:00
patch.go
projects_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
projects.go Check if project has the same repository id with issue when assign project to issue (#20133) 2022-06-30 23:55:08 +08:00
pull_review.go
pull.go
release_test.go
release.go
render.go
repo.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
search.go Remove RequireHighlightJS field, update plantuml example. (#19615) 2022-05-05 10:53:38 +03:00
setting_protected_branch.go
setting.go
settings_test.go
tag.go
topic.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
treelist.go
view_test.go
view.go
webhook.go
wiki_test.go
wiki.go Remove follow from commits by file (#20765) 2022-08-14 21:22:13 -04:00