dotfiles/lib
Oliver Davies 2fbf67507f git: use difftastic by default
As described in
https://difftastic.wilfred.me.uk/git.html#difftastic-by-default, the
`--ext-diff` option needs to be used for difftastic to be used on
commands other than `git diff`, such as `git show` or `git log`.

> This only applies to git diff. For other git commands, you still need
to specify --ext-diff, or use an alias as described above.

```shell
$ git diff
$ git show HEAD --ext-diff
$ git log -p --ext-diff
```

> Conversely, if you need to copy/paste a diff in the standard diff
format, you can use git diff --no-ext-diff.
2024-07-09 14:15:46 +01:00
..
nixos Remove unused files and references 2024-07-08 22:13:06 +01:00
shared git: use difftastic by default 2024-07-09 14:15:46 +01:00
theme Re-add alacritty 2024-06-15 12:22:36 +01:00
wsl2 Add xdg-utils and wsl-open 2024-06-18 12:32:47 +01:00