forked from epics_driver_modules/require
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user