[PR #273] [MERGED] modules/process: add ExecDirEnv (next to ExecDir) #15278

Closed
opened 2025-11-02 11:42:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/273
Author: @typeless
Created: 11/27/2016
Status: Merged
Merged: 11/27/2016
Merged by: @tboerger

Base: masterHead: master


📝 Commits (1)

  • 9aaf2a6 modules/process: add ExecDirEnv (next to ExecDir)

📊 Changes

1 file changed (+8 additions, -2 deletions)

View changed files

📝 modules/process/manager.go (+8 -2)

📄 Description

Add a sibling to ExecDir which is capable of specifying environment variables,
so that we can invoke git with GIT_INDEX_FILE, GIT_DIR, etc..

For #258


🔄 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/273 **Author:** [@typeless](https://github.com/typeless) **Created:** 11/27/2016 **Status:** ✅ Merged **Merged:** 11/27/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9aaf2a6`](https://github.com/go-gitea/gitea/commit/9aaf2a6d9a33416ed55798a7eb60f78bd9195352) modules/process: add ExecDirEnv (next to ExecDir) ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `modules/process/manager.go` (+8 -2) </details> ### 📄 Description Add a sibling to ExecDir which is capable of specifying environment variables, so that we can invoke `git` with GIT_INDEX_FILE, GIT_DIR, etc.. For #258 --- <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:42:58 -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#15278