Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-01 | Fix input binding error for git log | 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-29 | Add LICENSE | Daniel Smith | |
2020-02-29 | Add README | Daniel Smith | |
2020-02-29 | Initial commit | Daniel Smith | |
`pwsh-diff` is now (just barely) suitable for highlighting diffs. It does not yet work with logs of any kind. |