Skip to content

Commit

Permalink
[docs] Remove unnecessary double quotes in Git alias
Browse files Browse the repository at this point in the history
This makes the config option identical to running `git config --global alias.dlog '-c diff.external=difft log -p --ext-diff'`.
  • Loading branch information
injust authored and Wilfred committed Sep 2, 2024
1 parent 3c62ff3 commit e389cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ equivalent to the one-off commands shown above.
```ini
# `git dlog` to show `git log -p` with difftastic.
[alias]
dlog = "-c diff.external=difft log -p --ext-diff"
dlog = -c diff.external=difft log -p --ext-diff
```

## Difftastic By Default
Expand Down

0 comments on commit e389cfe

Please sign in to comment.