0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-01 06:46:05 +02:00
wxiaoguang a88449f13f
Fix various problems (#37029)
1. Use "margin/padding inline" 
   * Fix  #37027
2. Make DetectWellKnownMimeType fallback to system mime types
3. Make catFileBatchCommunicator close pipes
* Old behavior in 1.25:
https://github.com/go-gitea/gitea/blob/release/v1.25/modules/git/batch_reader.go#L45-L55
   * Try to fix #37028
2026-03-29 17:39:15 +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
2025-04-01 10:14:01 +00:00
2026-01-12 20:29:35 +08:00
2026-01-01 10:32:19 -08:00
2025-07-30 07:08:59 +00: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.