mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
parse commit body to avoid npe
This commit is contained in:
@@ -161,6 +161,8 @@ public class GitHookChangesetCollector
|
||||
|
||||
while (commit != null)
|
||||
{
|
||||
// parse commit body to avoid npe
|
||||
walk.parseBody(commit);
|
||||
Changeset changeset = converter.createChangeset(commit);
|
||||
|
||||
List<String> branches = changeset.getBranches();
|
||||
|
||||
Reference in New Issue
Block a user