1
0
Fork 0
forgejo/routers/web/repo
Gergely Nagy 624a61b3b8
[GITEA] Don't consider orphan branches as recently pushed
When displaying the recently pushed branches banner, don't display
branches that have no common history with the default branch. These
branches are usually not meant to be merged, so the banner is just noise
in this case.

Refs: https://codeberg.org/forgejo/forgejo/pulls/2196

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
(cherry picked from commit e1fba517f4)
(cherry picked from commit 2d3c81d4f2)
2024-01-28 11:05:33 +01:00
..
actions [GITEA] allow viewing the latest Action Run on the web 2024-01-28 10:54:59 +01:00
badges [GITEA] Add support for shields.io-based badges 2024-01-28 10:55:00 +01:00
flags [FEAT] Repository flags 2024-01-28 10:58:28 +01:00
setting [GITEA] Optionally allow anyone to edit Wikis 2024-01-28 10:54:59 +01:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go
compare.go
download.go
editor.go [GITEA] Allow user to select email for file operations in Web UI 2024-01-28 10:54:59 +01:00
editor_test.go
find.go
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go [GITEA] Fix /issues/search endpoint 2024-01-28 10:54:59 +01:00
issue_content_history.go [GITEA] Fix panic in canSoftDeleteContentHistory 2024-01-28 10:58:28 +01:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go
projects_test.go
pull.go [GITEA] pulls: "Edit File" button in "Files Changed" tab 2024-01-28 10:55:00 +01:00
pull_review.go
release.go
release_test.go
render.go
repo.go
search.go
topic.go
treelist.go
view.go [GITEA] Don't consider orphan branches as recently pushed 2024-01-28 11:05:33 +01:00
view_test.go
wiki.go
wiki_test.go