aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-01Handle git log --graph --patchGravatar Daniel Smith
`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.
2020-03-01Fix input binding error for git logGravatar Daniel Smith
`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.
2020-02-29Add LICENSEGravatar Daniel Smith
2020-02-29Add READMEGravatar Daniel Smith
2020-02-29Initial commitGravatar Daniel Smith
`pwsh-diff` is now (just barely) suitable for highlighting diffs. It does not yet work with logs of any kind.