[PR #1462] [CLOSED] Use exec.CommandContext for timeout control #15915

Closed
opened 2025-11-02 11:57:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1462
Author: @typeless
Created: 4/7/2017
Status: Closed

Base: masterHead: fix-run-command-race


📝 Commits (1)

  • 08c73b8 Use exec.CommandContext for timeout control

📊 Changes

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

View changed files

📝 vendor/code.gitea.io/git/command.go (+6 -21)

📄 Description

Let the std library deal with timeout control.

For #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/gitea/pull/1462 **Author:** [@typeless](https://github.com/typeless) **Created:** 4/7/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-run-command-race` --- ### 📝 Commits (1) - [`08c73b8`](https://github.com/go-gitea/gitea/commit/08c73b8f455d52293a14bd5dab77dd7cac386eb2) Use exec.CommandContext for timeout control ### 📊 Changes **1 file changed** (+6 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `vendor/code.gitea.io/git/command.go` (+6 -21) </details> ### 📄 Description Let the std library deal with timeout control. For #1398 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:57:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15915