Files
Gitea/modules/git
wxiaoguang c5c991b1a4 fix: co-author detection (#38392)
Committer can also be co-author, it should only not be included in the
co-author list if it is not in the "Co-author-by" list.

* Author & Co-author: they changed the code (attribution)
* Committer: they submitted the commit but didn't change the code (e.g.:
maintainer signed a commit)

Fix #38384
2026-07-10 12:52:00 +02:00
..
2026-06-12 07:35:59 +02:00
2025-10-23 08:35:48 +00:00
2026-06-12 18:27:38 +00:00
2026-06-17 06:50:25 +02:00
2026-06-17 06:50:25 +02: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.