@ -3,7 +3,7 @@ Gogs - Go Git Service [](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.

##### 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,
"\/img\/gogs-lg.png": {
After
Width: | Height: | Size: 51 KiB