[PR #5503] [MERGED] fix clone wiki failed via ssh #17814

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5503
Author: @lunny
Created: 12/9/2018
Status: Merged
Merged: 12/11/2018
Merged by: @techknowlogick

Base: masterHead: lunny/fix_ssh_clone_wiki


📝 Commits (6)

  • c44fee8 fix clone wiki failed via ssh
  • b08ec39 Merge branch 'master' into lunny/fix_ssh_clone_wiki
  • 667d942 Merge branch 'master' into lunny/fix_ssh_clone_wiki
  • 32e2267 Merge branch 'master' into lunny/fix_ssh_clone_wiki
  • 22fd2ae Merge branch 'master' into lunny/fix_ssh_clone_wiki
  • 383a7f3 Merge branch 'master' into lunny/fix_ssh_clone_wiki

📊 Changes

4 files changed (+76 additions, -4 deletions)

View changed files

📝 cmd/serv.go (+8 -4)
modules/private/wiki.go (+33 -0)
📝 routers/private/internal.go (+1 -0)
routers/private/wiki.go (+34 -0)

📄 Description

will fix #5291


🔄 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/5503 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/9/2018 **Status:** ✅ Merged **Merged:** 12/11/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `lunny/fix_ssh_clone_wiki` --- ### 📝 Commits (6) - [`c44fee8`](https://github.com/go-gitea/gitea/commit/c44fee84ae187437b795284cfb177b9a8b3137f9) fix clone wiki failed via ssh - [`b08ec39`](https://github.com/go-gitea/gitea/commit/b08ec395a435a38fe73dd8416a6d70f90b83c092) Merge branch 'master' into lunny/fix_ssh_clone_wiki - [`667d942`](https://github.com/go-gitea/gitea/commit/667d942e8b9d6f19f50c4aed1852a697b4e7d01f) Merge branch 'master' into lunny/fix_ssh_clone_wiki - [`32e2267`](https://github.com/go-gitea/gitea/commit/32e22671d6802b1ea5022fd88b6f11cd41666c82) Merge branch 'master' into lunny/fix_ssh_clone_wiki - [`22fd2ae`](https://github.com/go-gitea/gitea/commit/22fd2ae0b53df26f45a3d6c7ce30af942b54f5a1) Merge branch 'master' into lunny/fix_ssh_clone_wiki - [`383a7f3`](https://github.com/go-gitea/gitea/commit/383a7f3876e78145a243bd3b6e298674540a1e63) Merge branch 'master' into lunny/fix_ssh_clone_wiki ### 📊 Changes **4 files changed** (+76 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serv.go` (+8 -4) ➕ `modules/private/wiki.go` (+33 -0) 📝 `routers/private/internal.go` (+1 -0) ➕ `routers/private/wiki.go` (+34 -0) </details> ### 📄 Description will fix #5291 --- <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 15:58:56 -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#17814