0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 20:27:47 +01:00
gitea/routers/api/v1
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
..
activitypub
admin
misc
notify
org
packages Add support for Pub packages (#20560) 2022-08-07 18:09:54 +08:00
repo Remove follow from commits by file (#20765) 2022-08-14 21:22:13 -04:00
settings
swagger
user
utils refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
api.go
auth_windows.go
auth.go