cmd/sgblog/http.go | 2 +- common.go | 2 +- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 4711e9ea7a7215df8da2f97affb738ea7a8eca5201212e38922ac92690263a57..6ada8e1bd1c2085ec51f5ea5673a19b4576458db98adea35cd245fdb8d952729 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -625,7 +625,7 @@ fileStats[0].Name, "/", "", )) commit, err = repo.CommitObject(commentedHash) if err != nil { - makeErr(err) + continue } comments := parseComments(getNote(t, commentedHash)) if len(comments) == 0 { diff --git a/common.go b/common.go index 76599505b8bb7b3cc49025947106e8c2ae924061796c1b0aa40bc0b6e9e6b675..db690df8a4988c1d6209728d206e4e6abf89ed6e266d0a2dd00901544908a936 100644 --- a/common.go +++ b/common.go @@ -2,6 +2,6 @@ // SGBlog -- Git-backed CGI/inetd blogging/phlogging engine package sgblog const ( - Version = "0.14.0" + Version = "0.15.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )