We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Result of diff:
diff
diff --git a/.config/cygmoi/chezmoi.yaml b/.config/cygmoi/chezmoi.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e599654dd661f7db269f2190ab7e4d82828a23d6 --- /dev/null +++ b/.config/cygmoi/chezmoi.yaml @@ -0,0 +1,1 @@ +sourceDir: /root/.local/share/chezmoi/home diff --git a/.gnupg/pubring.kbx b/.gnupg/pubring.kbx index d3e20dd989633f001cfbae9e97abb7867a2d6c67..dc82a6012b1811038b0582698951ec75155a5506 100600 Binary files a/.gnupg/pubring.kbx and b/.gnupg/pubring.kbx differ
When this diff is piped to delta, then result is:
delta
$ delta --no-gitconfig < file added: .config/cygmoi/chezmoi.yaml ────────────────────────────── ───┐ 1: │ ───┘ sourceDir: /root/.local/share/chezmoi/home Binary files a/.gnupg/pubring.kbx and b/.gnupg/pubring.kbx differ ────────────────────────────── added: .config/cygmoi/chezmoi.yaml ──────────────────────────────
As you can see, added: .config/cygmoi/chezmoi.yaml is somehow listed two times, while in diff it is not.
added: .config/cygmoi/chezmoi.yaml
If I remove diff of .gnupg/pubring.kbx from diff result, then there is no duplicate entries:
.gnupg/pubring.kbx
$ delta --no-gitconfig < file added: .config/cygmoi/chezmoi.yaml ────────────────────────────── ───┐ 1: │ ───┘ sourceDir: /root/.local/share/chezmoi/home
$ delta --version delta 0.16.5
The text was updated successfully, but these errors were encountered:
Thanks @ErrrorMaxx this was fixed recently by @imbrish in #1629 (in main branch, so not released yet)
main
Sorry, something went wrong.
No branches or pull requests
Result of
diff
:When this
diff
is piped todelta
, then result is:As you can see,
added: .config/cygmoi/chezmoi.yaml
is somehow listed two times, while indiff
it is not.If I remove diff of
.gnupg/pubring.kbx
fromdiff
result, then there is no duplicate entries:The text was updated successfully, but these errors were encountered: