Closed giuseppelettieri closed 2 years ago
Ask split() to keep empty fields while parsing branch information.
Before this patch, twiggy would crash while trying to access pieces[5] if the latest commit of a branch had an empty message.
I do have this problem with some old branches in a student project. They somehow managed to push empty commit messages.
Thanks!
Ask split() to keep empty fields while parsing branch information.
Before this patch, twiggy would crash while trying to access pieces[5] if the latest commit of a branch had an empty message.