Revert "ignore comments from git status to no confuse the version number parser with branch information"

Makes problem some comment lines from git status which contain useful information.

This reverts commit 2d448c56af.
This commit is contained in:
2021-01-06 09:31:56 +01:00
parent ffc4ea86ee
commit a34fbcbc73
-2
View File
@@ -184,8 +184,6 @@ sub parse_git_output {
if ($line =~ /fatal: Not a git repository/) {
return;
}
elsif ($line =~ /^#/) {
}
elsif ($line =~ /^\?\? (.*)/) {
say STDERR "$1: not in git => version test";
$version = "test";