#1622 comment with whitespace

release/v0.9
Unknwon 9 years ago
parent aff773f1b9
commit d185f601d3

@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Gogs (Go Git Service) is a painless self-hosted Git service.
![](public/img/gogs-large-resize.png)
##### Current version: 0.6.11 Beta

@ -153,7 +153,7 @@ func parseKeyString(content string) (string, error) {
if len(lines) == 1 {
// Parse openssh format
parts := strings.Fields(lines[0])
parts := strings.SplitN(lines[0], " ", 3)
switch len(parts) {
case 0:
return "", errors.New("Empty key")

@ -149,6 +149,17 @@
"outputPathIsSetByUser": 0,
"processed": 1
},
"\/img\/gogs-large-resize.png": {
"fileType": 32768,
"ignore": 0,
"ignoreWasSetByUser": 0,
"initialSize": 52238,
"inputAbbreviatedPath": "\/img\/gogs-large-resize.png",
"outputAbbreviatedPath": "\/img\/gogs-large-resize.png",
"outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0,
"processed": 1
},
"\/img\/gogs-lg.png": {
"fileType": 32768,
"ignore": 0,

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Loading…
Cancel
Save