Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
`pwsh-diff` can now detect changes inside of `git log --graph --patch`
output (as well as `git log --patch`). Coloration of graph lines is
preserved.
|
|
`git log` takes a "long" time to start producing output, which caused
PowerShell to complain repeatedly that it could not bind the `$input`
parameter. Removing the `Mandatory=$true` constraint seems to fix this.
|
|
|
|
|
|
`pwsh-diff` is now (just barely) suitable for highlighting diffs. It
does not yet work with logs of any kind.
|