Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
HEAD
/
.
/
scripts
/
build-info.ps1
blob: c074e62a80d4ef17fdd3dc271614d73dda5498c6 [
file
] [
log
] [
blame
]
$revision
=
(
git rev
-
parse
--
short
HEAD
)
$dirtyout
=
(
git status
--
porcelain
--
untracked
-
files
=
no
)
if
(
$dirtyout
-
eq $null
)
{
$dirty
=
""
}
else
{
$dirty
=
"*"
}
echo
"STABLE_GIT_REVISION $revision$dirty"