[PR #4113] [MERGED] Removed unnecessary line referencing LFS struct #17249

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4113
Author: @InonS
Created: 6/4/2018
Status: Merged
Merged: 6/4/2018
Merged by: @lafriks

Base: masterHead: bugfix/lfs-http-auth-period-lfs-struct


📝 Commits (1)

  • 21481d7 Removed unnecessary line referencing LFS struct

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 modules/setting/setting.go (+0 -1)

📄 Description

https://github.com/go-gitea/gitea/pull/4035#issuecomment-394286204

@ohwgiles points out that the config section should, in fact, still be in accordance with the "server" struct, which contains the "LFS" struct. I should just remove the line

sec = Cfg.Section("LFS")

🔄 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/4113 **Author:** [@InonS](https://github.com/InonS) **Created:** 6/4/2018 **Status:** ✅ Merged **Merged:** 6/4/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `bugfix/lfs-http-auth-period-lfs-struct` --- ### 📝 Commits (1) - [`21481d7`](https://github.com/go-gitea/gitea/commit/21481d714ce0fe43df51d801db5afded86155874) Removed unnecessary line referencing LFS struct ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `modules/setting/setting.go` (+0 -1) </details> ### 📄 Description https://github.com/go-gitea/gitea/pull/4035#issuecomment-394286204 @ohwgiles points out that the config section should, in fact, still be in accordance with the "server" struct, which contains the "LFS" struct. I should just remove the line ``` sec = Cfg.Section("LFS") ``` --- <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 12:30:48 -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#17249