Types/git.log/get_ReferenceNumbers.ps1

[Regex]::new("#(?<n>\d+)").Matches($this.CommitMessage) -replace '#' -as [int[]]