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
Minor fix for
#2396
tags/v1.21.12.1
Unknwon
10 years ago
parent
71b9537393
commit
e33ddac9bf
6 changed files
with
11 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
gogs.go
+1
-1
modules/ssh/ssh.go
+3
-0
public/css/gogs.css
+4
-0
public/less/_markdown.less
+1
-1
templates/.VERSION
+ 1
- 1
README.md
View File
@@ -3,7 +3,7 @@ Gogs - Go Git Service [
##### Current version: 0.8.2
2
##### Current version: 0.8.2
3
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
+ 1
- 1
gogs.go
View File
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.2
2.011
5"
const APP_VER = "0.8.2
3.012
5"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 1
modules/ssh/ssh.go
View File
@@ -91,7 +91,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
return
}
req.Reply(true, nil)
;
req.Reply(true, nil)
go io.Copy(input, ch)
io.Copy(ch, stdout)
io.Copy(ch.Stderr(), stderr)
+ 3
- 0
public/css/gogs.css
View File
@@ -1490,6 +1490,9 @@ footer .container .links > *:first-child {
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown input[type="checkbox"] {
vertical-align: middle !important;
}
.markdown .csv-data td,
.markdown .csv-data th {
padding: 5px;
+ 4
- 0
public/less/_markdown.less
View File
@@ -458,6 +458,10 @@
box-shadow:inset 0 -1px 0 #bbb;
}
input[type="checkbox"] {
vertical-align: middle !important;
}
.csv-data td,
.csv-data th {
padding:5px;
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.8.2
2.011
5
0.8.2
3.012
5
Write
Preview
Loading…
Cancel
Save