mirror of
https://github.com/gogs/gogs.git
synced 2025-12-30 20:20:06 +01:00
vendor: update github.com/gogs/git-module
This commit is contained in:
2
vendor/github.com/gogs/git-module/repo_commit.go
generated
vendored
2
vendor/github.com/gogs/git-module/repo_commit.go
generated
vendored
@@ -129,7 +129,7 @@ func (repo *Repository) GetCommit(commitID string) (*Commit, error) {
|
||||
var err error
|
||||
commitID, err = GetFullCommitID(repo.Path, commitID)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("GetCommitFullID: %v", err)
|
||||
return nil, err
|
||||
}
|
||||
id, err := NewIDFromString(commitID)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user