This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
print err
tags/v1.2.0-rc1
slene
12 years ago
parent
677643b812
commit
16cb1e974c
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
models/git.go
+1
-1
routers/repo/commit.go
+ 0
- 1
models/git.go
View File
@@ -244,7 +244,6 @@ func GetCommitsByCommitId(userName, repoName, commitId string) (*list.List, erro
if err != nil {
return nil, err
}
fmt.Println(userName, repoName, commitId)
r, err := repo.LookupReference(commitId)
if err != nil {
return nil, err
+ 1
- 1
routers/repo/commit.go
View File
@@ -37,7 +37,7 @@ func Commits(ctx *middleware.Context, params martini.Params) {
}
if err != nil {
ctx.Handle(404, "repo.Commits",
nil
)
ctx.Handle(404, "repo.Commits",
err
)
return
}
Write
Preview
Loading…
Cancel
Save