0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-15 13:07:31 +01:00
gitea/modules/repository
wxiaoguang 2d7e6e9482
Fix various trivial problems (#32861)
1. add/improve comments to help future readers could understand the
problem more easily.
2. add an error log to LDAP with username fallback
3. use `or` instead of `Iif` for "repo/branch_dropdown" (`Iif` was a
mistake, but it doesn't really affect the UI)
4. add `tw-font-mono` style to container digest to match dockerhub
5. fix a bug in RepoBranchTagSelector: the form is not updated when
there is no click to an item

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-12-17 01:15:18 +00:00
..
branch.go
branch_test.go
commits.go
commits_test.go
create.go
create_test.go
delete.go
env.go
fork.go Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
fork_test.go
hooks.go
init.go
init_test.go
license.go
license_test.go
main_test.go
push.go
repo.go
repo_test.go
temp.go