fix: add GitUtils.findBranchesNoMergeInfo and use it when merge info … (#3436)
* fix: add GitUtils.findBranchesNoMergeInfo and use it when merge info not necessary

* rfr: add some missing override annotations and a return type

---------

Co-authored-by: Thomas Geier <thomas.geier@solidat.de>
1 parent c7ade7e commit dabddf60b171237bdbb3e88ab53c9aede11b4f39
@ziggystar ziggystar authored on 30 Nov 2023
GitHub committed on 30 Nov 2023
Showing 8 changed files
View
src/main/scala/gitbucket/core/controller/api/ApiRepositoryBranchControllerBase.scala
View
src/main/scala/gitbucket/core/controller/api/ApiRepositoryCommitControllerBase.scala
View
src/main/scala/gitbucket/core/service/PullRequestService.scala
View
src/main/scala/gitbucket/core/servlet/GitAuthenticationFilter.scala
View
src/main/scala/gitbucket/core/servlet/SessionCleanupListener.scala
View
src/main/scala/gitbucket/core/servlet/TransactionFilter.scala
View
src/main/scala/gitbucket/core/util/JGitUtil.scala
View
src/test/scala/gitbucket/core/util/JGitUtilSpec.scala