1
0
Fork 0
forgejo/services
zeripath 9e6e1dc950
Improve checkBranchName (#17901)
The current implementation of checkBranchName is highly inefficient
involving opening the repository, the listing all of the branch names
checking them individually before then using using opened repo to get
the tags.

This PR avoids this by simply walking the references from show-ref
instead of opening the repository (in the nogogit case).

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-08 19:08:16 +00:00
..
agit
attachment
auth
comments
cron
externalaccount
forms
gitdiff
issue
lfs
mailer
migrations
mirror
org
pull
release
repository
task
user
webhook
wiki