[PR #813] [MERGED] Add checkbox to search for all the branches by commit message #15588

Closed
opened 2025-11-02 11:50:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/813
Author: @gzsombor
Created: 2/1/2017
Status: Merged
Merged: 2/5/2017
Merged by: @lunny

Base: masterHead: search


📝 Commits (1)

  • 1458116 Add checkbox to search for all the branches by commit message

📊 Changes

9 files changed (+39 additions, -18 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/repo/commit.go (+5 -1)
📝 templates/repo/commits_table.tmpl (+1 -0)
📝 vendor/code.gitea.io/git/CONTRIBUTING.md (+10 -10)
📝 vendor/code.gitea.io/git/MAINTAINERS (+1 -0)
📝 vendor/code.gitea.io/git/commit.go (+2 -2)
📝 vendor/code.gitea.io/git/repo_branch.go (+10 -0)
📝 vendor/code.gitea.io/git/repo_commit.go (+6 -2)
📝 vendor/vendor.json (+3 -3)

📄 Description

This patch adds the ability to search for all the commits containing the entered text in their commit message, not only in the current branch


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/813 **Author:** [@gzsombor](https://github.com/gzsombor) **Created:** 2/1/2017 **Status:** ✅ Merged **Merged:** 2/5/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `search` --- ### 📝 Commits (1) - [`1458116`](https://github.com/go-gitea/gitea/commit/145811631cb9b5aa78050f400debae8ecb1785a6) Add checkbox to search for all the branches by commit message ### 📊 Changes **9 files changed** (+39 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/repo/commit.go` (+5 -1) 📝 `templates/repo/commits_table.tmpl` (+1 -0) 📝 `vendor/code.gitea.io/git/CONTRIBUTING.md` (+10 -10) 📝 `vendor/code.gitea.io/git/MAINTAINERS` (+1 -0) 📝 `vendor/code.gitea.io/git/commit.go` (+2 -2) 📝 `vendor/code.gitea.io/git/repo_branch.go` (+10 -0) 📝 `vendor/code.gitea.io/git/repo_commit.go` (+6 -2) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description This patch adds the ability to search for all the commits containing the entered text in their commit message, not only in the current branch --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:50:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15588