Extends git blame’s parameters
Extends the parameters for git blame.
The line number (and relative offset)
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32[]] |
false | named | true (ByPropertyName) |
The blame pattern to look for.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String[]] |
false | named | true (ByPropertyName) |
Extensions/Git.Blame.Input.ugit.extension.ps1 [-LineNumber <Int32[]>] [-Pattern <String[]>] [<CommonParameters>]