So far it's only the - character that I've noticed.
| thing |
value |
| delta |
0.18.2 |
| git |
2.39.5 |
| LANG |
en_US.UTF-8 |
| PRETTY_NAME |
Debian GNU/Linux 12 (bookworm) |
Raw output:
$ git --no-pager grep --name-only airflow:CreateCli
dev-account/policy.tf
Delta output:
$ git config pager.grep
delta
$ git grep --name-only airflow:CreateCli
dev:account/policy.tf
Delta output without --name-only
$ git grep airflow:CreateCli
dev-account/policy.tf: "airflow:CreateCliToken",
So far it's only the
-character that I've noticed.Raw output:
Delta output:
Delta output without --name-only