0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-01 09:34:09 +02:00
wxiaoguang 7018659a1d
Close stdout correctly for "git blame" ()
Close stdout correctly for "git blame", otherwise the failed "git blame"
would case the request hanging forever.

And "os.Stderr" should never (seldom) be used as git command's stderr
2023-08-13 02:11:20 +00:00
..
2023-07-12 19:07:29 +02:00
2023-07-04 18:36:08 +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.