From 9f12ea924a181f1812c044ac3a4d5a46c40aacd1 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 30 Oct 2012 13:04:04 -0400 Subject: [PATCH] Adjust to new git messagew format --- PGBuild/SCM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PGBuild/SCM.pm b/PGBuild/SCM.pm index 6ca1209..402ed25 100644 --- a/PGBuild/SCM.pm +++ b/PGBuild/SCM.pm @@ -621,7 +621,7 @@ sub checkout @gitstat = grep{ not -/Already.up-to-date|On branch bf_$branch|nothing to commit .working directory clean./ +/Already.up-to-date|On branch bf_$branch|nothing to commit\W+working directory clean/ }@gitstat; my ($headref,$refhandle);