Files
gitea/modules/git
wxiaoguang 1483291a87 Refactor pull request view (1) (#37380)
Refactor preparePullViewPullInfo and related functions, split them into
small ones:

* preparePullViewPullInfo creates PullRequestViewInfo struct
* if the PR is merged: prepareView**Merged**PullInfo
* if the PR is open: prepareView**Open**PullInfo

In prepareViewMergedPullInfo and preparePullViewFillInfo: call
preparePullView**FillInfo** consistnently

preparePullViewFillInfo calls preparePullViewFill**CompareInfo** and
preparePullViewFill**CommitStatusInfo**
2026-04-24 10:24:41 +00:00
..
2026-02-28 11:23:20 -08:00
2025-10-15 10:09:32 +02:00
2026-02-13 00:15:46 +00:00
2026-03-04 12:11:42 -08:00
2025-10-20 11:43:08 -07:00
2025-10-23 08:35:48 +00:00
2026-01-12 20:29:35 +08:00
2026-01-01 10:32:19 -08:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.