[PR #1465] [MERGED] Fix races within code.gitea.io/git.(*Command).RunInDirTimeoutPipeline #15916

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1465
Author: @typeless
Created: 4/7/2017
Status: Merged
Merged: 4/8/2017
Merged by: @lunny

Base: masterHead: fix-run-command-race


📝 Commits (1)

  • 663a80b Fix race when running commands with timeout

📊 Changes

4 files changed (+73 additions, -25 deletions)

View changed files

📝 vendor/code.gitea.io/git/command.go (+6 -21)
📝 vendor/code.gitea.io/git/repo.go (+63 -0)
📝 vendor/code.gitea.io/git/repo_commit.go (+1 -1)
📝 vendor/vendor.json (+3 -3)

📄 Description

Fixes #1453

And probably #1398 is also related.


🔄 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/1465 **Author:** [@typeless](https://github.com/typeless) **Created:** 4/7/2017 **Status:** ✅ Merged **Merged:** 4/8/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix-run-command-race` --- ### 📝 Commits (1) - [`663a80b`](https://github.com/go-gitea/gitea/commit/663a80b07e549d784e0c21be47b1b258f7b6f959) Fix race when running commands with timeout ### 📊 Changes **4 files changed** (+73 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `vendor/code.gitea.io/git/command.go` (+6 -21) 📝 `vendor/code.gitea.io/git/repo.go` (+63 -0) 📝 `vendor/code.gitea.io/git/repo_commit.go` (+1 -1) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Fixes #1453 And probably #1398 is also related. --- <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:47 -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#15916