File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ name: Changelog
11
11
- link contains an image does not point to the correct URL [ #2636 ] ( https://github.com/gogits/gogs/issues/2636 )
12
12
- Web editor cannot create branch with slash [ #3568 ] ( https://github.com/gogits/gogs/issues/3568 )
13
13
- Cannot clone a repository without ` .git ` suffix [ #4189 ] ( https://github.com/gogits/gogs/issues/4189 )
14
+ - Git hook working directory is not repository directory [ #4225 ] ( https://github.com/gogits/gogs/issues/4225 )
15
+ - Regression on ` go get ` support [ #4226 ] ( https://github.com/gogits/gogs/issues/4226 )
14
16
- Webhook Skip TLS Verify setting doesn't take effect [ #4228 ] ( https://github.com/gogits/gogs/issues/4228 )
15
17
16
18
#### Improvements
17
19
18
20
- Use ` text/html ` as default email content encoding and use ` [mailer] USE_PLAIN_TEXT ` to disable it
19
21
- Able to perform initial commit on behave of actual user
22
+ - Support Gogs-related environment variables for Git hooks [ #4094 ] ( https://github.com/gogits/gogs/issues/4094 )
20
23
21
24
### 0.10.1 @ 2017-02-29
22
25
Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ name: 变更日志
11
11
- 包含图片的链接无法指向正确的 URL [ #2636 ] ( https://github.com/gogits/gogs/issues/2636 )
12
12
- Web 编辑器无法创建带有斜杠的分支 [ #3568 ] ( https://github.com/gogits/gogs/issues/3568 )
13
13
- 克隆仓库时无法省略 ` .git ` 后缀 [ #4189 ] ( https://github.com/gogits/gogs/issues/4189 )
14
+ - Git 钩子工作目录不是仓库目录 [ #4225 ] ( https://github.com/gogits/gogs/issues/4225 )
15
+ - ` go get ` 功能支持回退 [ #4226 ] ( https://github.com/gogits/gogs/issues/4226 )
14
16
- Web 钩子的忽略 TLS 验证选项无法生效 [ #4228 ] ( https://github.com/gogits/gogs/issues/4228 )
15
17
16
18
#### 功能改进
17
19
18
20
- 邮箱文本编码默认设置为 ` text/html ` ,并可使用配置选项 ` [mailer] USE_PLAIN_TEXT ` 禁用
19
21
- 使用创建仓库的用户信息作为首个代码提交的作者,而不是系统用户
22
+ - 支持 Gogs 相关的 Git 钩子环境变量 [ #4094 ] ( https://github.com/gogits/gogs/issues/4094 )
20
23
21
24
### 0.10.1 @ 2017-02-29
22
25
You can’t perform that action at this time.
0 commit comments