[PR #41] [MERGED] Use exec.CommandContext for timeout control #49

Closed
opened 2026-02-16 10:23:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/41
Author: @typeless
Created: 4/7/2017
Status: Merged
Merged: 4/7/2017
Merged by: @bkcsoft

Base: masterHead: fix-git-run-command-race


📝 Commits (1)

  • c956c03 Use exec.CommandContext for timeout control

📊 Changes

1 file changed (+6 additions, -21 deletions)

View changed files

📝 command.go (+6 -21)

📄 Description

For https://github.com/go-gitea/gitea/issues/1453 and probably https://github.com/go-gitea/gitea/issues/1398.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/41 **Author:** [@typeless](https://github.com/typeless) **Created:** 4/7/2017 **Status:** ✅ Merged **Merged:** 4/7/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `fix-git-run-command-race` --- ### 📝 Commits (1) - [`c956c03`](https://github.com/go-gitea/git/commit/c956c03e53f0287fdaf65880e86a300afc94dd26) Use exec.CommandContext for timeout control ### 📊 Changes **1 file changed** (+6 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `command.go` (+6 -21) </details> ### 📄 Description For https://github.com/go-gitea/gitea/issues/1453 and probably https://github.com/go-gitea/gitea/issues/1398. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:57 -05:00
yindo closed this issue 2026-02-16 10:23:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#49