Thomas Otto

Results 111 comments of Thomas Otto

Thank you. > I didn't know how to handle the default color at all and I took a guess at the bright colors. Where did you have to handle those...

That is unfortunate, `rg -l, --files-with-matches` doesn't really output `--json` but just a plain list of files, and delta does its best to deal with this somewhat ambiguous output. But...

`delta` does not have its own configs, it uses the same ones as `git`. So global settings can be placed in `/etc/gitconfig`. Other levels are the per-user `~/.gitconfig` file and...

Last time I looked at Windows and the (heroically) ported Unixy-tooling I noticed that bash, diff, printf etc. are built with MinGW / MSYS extensions. This makes `C:` become available...

Delta only displays what is piped into it, and unfortunately `git diff --no-index bin1 bin2` (what delta calls with two file arguments) only says "Binary files a/bin1 and b/bin2 differ"....

Thanks for you report, fixed by #1916

I just can't reproduce that, `target/debug/delta --version` is `0.18.2` and git `2.47.3`. I would have guessed `--line-numbers` to be the cause, but to my surprise that works fine here. Can...

~~This unfortunately breaks a bunch of unrelated tests, any idea where the **#**, e.g. `commit 94907c` to `#commit 94907c`, on the first line comes from?~~ I added a `#` somewhere,...