Merge pull request #671 from matthewhughes934/add-tab-completion-for-git-alias

Add tab completion for documented `dlog` alias
pull/678/head
Wilfred Hughes 2024-03-23 16:03:29 +07:00 committed by GitHub
commit ca472bf0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -71,7 +71,7 @@ equivalent to the one-off commands shown above.
```ini
# `git dlog` to show `git log -p` with difftastic.
[alias]
dlog = "!f() { GIT_EXTERNAL_DIFF=difft git log -p --ext-diff $@; }; f"
dlog = "!f() { : git log ; GIT_EXTERNAL_DIFF=difft git log -p --ext-diff $@; }; f"
```
## Difftastic By Default