Build/Test Tools: First pass at a .git-blame-ignore-revs file.

This suppresses certain commits from Git blame views, notably in the GitHub UI as well as the command line. These commits are purely stylistic and excluding them from these views helps to reduce the noise when doing code archaeology.

Still to come: More coding standards commits as they are reviewed.

Props helen, costdev, peterwilsoncc.
See #55422

Built from https://develop.svn.wordpress.org/trunk@53007


git-svn-id: http://core.svn.wordpress.org/trunk@52596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2022-03-29 03:22:09 +00:00
parent 1c07680a7a
commit 1de43a471c

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-53004';
$wp_version = '6.0-alpha-53007';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.