You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2018. It is now read-only.
git describe --always --long --dirty was originally used as a version for iframed notifications on WordPress.com, but the --dirty was recently dropped from the build script since the result was always dirty (building on Linux will cause a fsevents dependency to be skipped):
However, it's great to know if a deploy was based on a dirty build, since it can indicate changes were made from the officially-tagged release. Let's see if we can get the result of the dirty flag to be meaningful again.