[PR #736] [MERGED] Fix SSH server on Windows when running as service #15550

Closed
opened 2025-11-02 11:49:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/736
Author: @andreynering
Created: 1/23/2017
Status: Merged
Merged: 1/25/2017
Merged by: @andreynering

Base: masterHead: fix-windows-ssh


📝 Commits (5)

  • af63684 Squashed 'modules/minwinsvc/' content from commit cad6b2b
  • 44d4863 Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc'
  • fda4476 Fix SSH server on Windows when running as service
  • bcee9b7 Fix lint
  • 2009f4c Remove original minwinsvc from vendor

📊 Changes

8 files changed (+15 additions, -11 deletions)

View changed files

📝 modules/minwinsvc/LICENSE (+0 -0)
📝 modules/minwinsvc/README.md (+0 -0)
📝 modules/minwinsvc/minwinsvc.go (+1 -1)
📝 modules/minwinsvc/svc_other.go (+0 -0)
📝 modules/minwinsvc/svc_windows.go (+7 -2)
📝 modules/setting/setting.go (+2 -1)
📝 modules/ssh/ssh.go (+5 -1)
📝 vendor/vendor.json (+0 -6)

📄 Description

Closes #680


🔄 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/736 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 1/23/2017 **Status:** ✅ Merged **Merged:** 1/25/2017 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `fix-windows-ssh` --- ### 📝 Commits (5) - [`af63684`](https://github.com/go-gitea/gitea/commit/af636848622c8ad27cace63be5f9dd9aaa565502) Squashed 'modules/minwinsvc/' content from commit cad6b2b - [`44d4863`](https://github.com/go-gitea/gitea/commit/44d4863ecf3d0eb63540f4f10fa2d4760e4daa74) Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc' - [`fda4476`](https://github.com/go-gitea/gitea/commit/fda44760612aad10e556f65cd201e94ed568fbb3) Fix SSH server on Windows when running as service - [`bcee9b7`](https://github.com/go-gitea/gitea/commit/bcee9b76dd489fbe1dee9413cea5ddcad92c6705) Fix lint - [`2009f4c`](https://github.com/go-gitea/gitea/commit/2009f4cbdae9095240bd8c5408e097e101499879) Remove original minwinsvc from vendor ### 📊 Changes **8 files changed** (+15 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `modules/minwinsvc/LICENSE` (+0 -0) 📝 `modules/minwinsvc/README.md` (+0 -0) 📝 `modules/minwinsvc/minwinsvc.go` (+1 -1) 📝 `modules/minwinsvc/svc_other.go` (+0 -0) 📝 `modules/minwinsvc/svc_windows.go` (+7 -2) 📝 `modules/setting/setting.go` (+2 -1) 📝 `modules/ssh/ssh.go` (+5 -1) 📝 `vendor/vendor.json` (+0 -6) </details> ### 📄 Description Closes #680 --- <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:49:12 -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#15550