Oliver Ford

Results 331 comments of Oliver Ford
trafficstars

It's only effective for git diff/patch format output from diff or similar - since it works by parsing (and then manipulating) that format; not some sort of heuristic for what...

> network file sizes as 1024 bytes == 1KiB or as 1000 bytes == 1KB? As long as they get b/ib/B/iB right for whatever they chose, they come out ahead...

FWIW, it has come up before: #26, #76, #246. As I understand it the behaviour's entirely terminal dependent anyway? In mine (alacritty) it makes no difference to clearing or scrolling...

`--paginate`/`-P` also overrides any configured pager, which is probably a more portable/less surprising 'pro tip' since it will still respect any exported `PAGER` or `GIT_PAGER`, and people won't copy and...

@phil-blain That should be a capital `-P` (or else `--paginate`) but I think that's not the issue here and just a typo in your comment. If `diff-so-fancy` is your `core.pager`,...

Are you sure you haven't just blindly copied: ``` git config --global color.diff-highlight.oldNormal "red bold" git config --global color.diff-highlight.oldHighlight "red bold 52" git config --global color.diff-highlight.newNormal "green bold" git config...

That's up to the packager (for whatever package manager you used to install it) really - I think the only first-party package (other than the GitHub releases of course) is...

Oh sorry, I didn't realise that was included. Nor do I know anything about perl to be able to say whether it needs to be, or if it can still...

@scottchiefbaker Is `diff-highlight` just here for use in testing, or is it somehow loaded in perl from that relative directory? Is there a reason (avoiding shelling out?) not just to...