dotfiles/lib/shared
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
..
modules git: use difftastic by default 2024-07-09 14:15:46 +01:00
scripts t: search in ~/Documents 2024-07-09 07:07:51 +01:00
home-manager-packages.nix Remove build-configs 2024-07-06 01:41:43 +01:00
home-manager.nix Update git-instafix to 0.2.7 2024-07-06 01:38:44 +01:00