Date: Tue, 22 Dec 2020 01:58:14 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252028] sys/conf/newvers.sh: git "-dirty" even when clean Message-ID: <bug-252028-227-NTrAdHvRam@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252028-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252028-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252028 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- Smaller change: diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f5e34b4946a5..5ce93567e3af 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -162,7 +162,7 @@ findvcs() git_tree_modified() { - $git_cmd "--work-tree=${VCSTOP}" -c core.checkStat=minimal -c core.fileMode=off diff --quiet + ! $git_cmd "--work-tree=${VCSTOP}" -c core.checkStat=minimal -c core.fileMode=off diff --quiet } I'll commit this once the git repo is opened for commits -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252028-227-NTrAdHvRam>
