[PR #1328] [MERGED] LFS: Fix SSH authentication for trailing arguments #15864

Closed
opened 2025-11-02 11:56:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1328
Author: @fabian-z
Created: 3/19/2017
Status: Merged
Merged: 3/22/2017
Merged by: @lunny

Base: masterHead: sshfix


📝 Commits (1)

  • 3e47ae0 LFS: Fix SSH authentication for trailing arguments

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

📝 cmd/serv.go (+5 -3)

📄 Description

Fixes #1296

This PR works around an issue where the git-lfs client sends trailing arguments, possibly OIDs, after the SSH authentication command defined in the specs.

Needs testing by @kubatyszko since I can't reproduce the error locally.


🔄 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/1328 **Author:** [@fabian-z](https://github.com/fabian-z) **Created:** 3/19/2017 **Status:** ✅ Merged **Merged:** 3/22/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `sshfix` --- ### 📝 Commits (1) - [`3e47ae0`](https://github.com/go-gitea/gitea/commit/3e47ae002856e41820306393ad004b709c23e080) LFS: Fix SSH authentication for trailing arguments ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serv.go` (+5 -3) </details> ### 📄 Description Fixes #1296 This PR works around an issue where the git-lfs client sends trailing arguments, possibly OIDs, after the SSH authentication command defined in the specs. Needs testing by @kubatyszko since I can't reproduce the error locally. --- <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:56:24 -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#15864