LSIF: Fix empty string bug in git log parsing.
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.
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.