diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-11-02 12:20:22 +0100 |
---|---|---|
committer | Gusted <postmaster@gusted.xyz> | 2024-11-03 16:47:44 +0100 |
commit | 171de4d107bece9d923c2455dff579aa7cd31ecf (patch) | |
tree | 7a7242e28e9bbe4ce1e09e0fb26ad440236ce35c /.deadcode-out | |
parent | Merge pull request 'chore(cleanup): remove unused TestCreateFile' (#5788) fro... (diff) | |
download | forgejo-171de4d107bece9d923c2455dff579aa7cd31ecf.tar.xz forgejo-171de4d107bece9d923c2455dff579aa7cd31ecf.zip |
[PORT] Fix git error handling (gitea#32401)
---
Conflict resolution: Trivial, for `repo_attributes.go` move where the
`IsErrCanceledOrKilled` needs to happen because of other changes that
happened in this file.
To add some words to this change: It seems to be mostly simplifying the
error handling of git operations.
(cherry picked from commit e524f63d58900557d7d57fc3bcd19d9facc8b8ee)
Diffstat (limited to '.deadcode-out')
-rw-r--r-- | .deadcode-out | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.deadcode-out b/.deadcode-out index f6a194b17f..8c3e3090d2 100644 --- a/.deadcode-out +++ b/.deadcode-out @@ -137,9 +137,6 @@ code.gitea.io/gitea/modules/git AddChangesWithArgs CommitChanges CommitChangesWithArgs - IsErrExecTimeout - ErrExecTimeout.Error - ErrUnsupportedVersion.Error SetUpdateHook openRepositoryWithDefaultContext IsTagExist |