[PR #320] [MERGED] Catch os... errors #15304

Closed
opened 2025-11-02 11:43:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/320
Author: @Bwko
Created: 11/30/2016
Status: Merged
Merged: 12/2/2016
Merged by: @bkcsoft

Base: masterHead: Errcheck


📝 Commits (1)

📊 Changes

14 files changed (+123 additions, -29 deletions)

View changed files

📝 cmd/dump.go (+5 -3)
📝 cmd/serve.go (+3 -1)
📝 cmd/web.go (+3 -2)
📝 main.go (+7 -1)
📝 models/models.go (+4 -1)
📝 models/pull.go (+9 -2)
📝 models/repo.go (+25 -5)
📝 models/repo_editor.go (+15 -3)
📝 models/ssh_key.go (+6 -1)
📝 models/user.go (+17 -4)
📝 models/wiki.go (+13 -3)
📝 modules/log/file.go (+4 -1)
📝 modules/log/log.go (+6 -1)
📝 modules/ssh/ssh.go (+6 -1)

📄 Description

No description provided


🔄 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/320 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 11/30/2016 **Status:** ✅ Merged **Merged:** 12/2/2016 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `Errcheck` --- ### 📝 Commits (1) - [`0ebf310`](https://github.com/go-gitea/gitea/commit/0ebf31025c3ee364c0c439ca295d89eb564a1b0a) Catch os... errors ### 📊 Changes **14 files changed** (+123 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `cmd/dump.go` (+5 -3) 📝 `cmd/serve.go` (+3 -1) 📝 `cmd/web.go` (+3 -2) 📝 `main.go` (+7 -1) 📝 `models/models.go` (+4 -1) 📝 `models/pull.go` (+9 -2) 📝 `models/repo.go` (+25 -5) 📝 `models/repo_editor.go` (+15 -3) 📝 `models/ssh_key.go` (+6 -1) 📝 `models/user.go` (+17 -4) 📝 `models/wiki.go` (+13 -3) 📝 `modules/log/file.go` (+4 -1) 📝 `modules/log/log.go` (+6 -1) 📝 `modules/ssh/ssh.go` (+6 -1) </details> ### 📄 Description _No description provided_ --- <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:43:34 -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#15304