Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Fix panic on signed empty commit message (go-gitea/gitea#6292) #149

Merged

Conversation

zeripath
Copy link

@zeripath zeripath commented Mar 9, 2019

Fix panic on signed empty commit message (go-gitea/gitea#6292)

CommitTrees with empty commit messages such as signed tags will panic when trying to parse their commit message. This PR fixes this.

@codecov-io
Copy link

codecov-io commented Mar 9, 2019

Codecov Report

Merging #149 into master will decrease coverage by 0.05%.
The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   36.48%   36.42%   -0.06%     
==========================================
  Files          28       28              
  Lines        1839     1842       +3     
==========================================
  Hits          671      671              
- Misses       1079     1080       +1     
- Partials       89       91       +2
Impacted Files Coverage Δ
repo_commit.go 28.36% <40%> (-0.32%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cba05a...96e9f16. Read the comment docs.

@zeripath zeripath merged commit 74d7c14 into go-gitea:master Mar 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants