Skip to content

Commit

Permalink
Pass arguments to git dlog just like git log
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Dec 16, 2023
1 parent 7234833 commit 89c7e6f
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 = "!f() { GIT_EXTERNAL_DIFF=difft git log -p --ext-diff; }; f"
dlog = "!f() { GIT_EXTERNAL_DIFF=difft git log -p --ext-diff $@; }; f"
```

## Difftastic By Default
Expand Down

0 comments on commit 89c7e6f

Please sign in to comment.