0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-08 10:14:58 +02:00
charles a7594969b6
Fix the issue with error message logging for the check-attr command on Windows OS. (#34035)
Close #34022 , #33550 

This error message always appears when using the `check-attr` command,
even though it works correctly.
The issue occurs when the stdin writer is closed, so I added a special
case to handle and check the error message when the exit code is 1.
2025-03-27 17:25:31 +08:00
..
2024-02-24 18:46:49 +00:00
2024-11-20 19:26:12 +00:00
2024-11-02 11:20:22 +00:00
2024-11-20 19:26:12 +00:00
2025-03-04 11:56:11 -08:00
2025-03-13 11:07:48 +08:00
2025-03-25 14:40:31 +00:00
2025-01-13 14:01:53 +08:00
2025-01-13 14:01:53 +08:00
2025-03-25 14:40:31 +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.