Skip to content

LSIF: Fix empty string bug in git log parsing.

Warren Gifford requested to merge lsif-bad-commit-values into master

Created by: efritz

There can be trailing whitespace in git log with ' ' indicating no parent. This isn't accounted for and returns '' rather than undefined causing a check constraint violation.

Merge request reports

Loading