mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 20:32:27 +01:00
Update documentation for git diff
This commit is contained in:
@@ -150,7 +150,7 @@ git show v0.6.0:src/main.rs | bat -l rs
|
||||
|
||||
```bash
|
||||
batdiff() {
|
||||
git diff --name-only --diff-filter=d | xargs bat --diff
|
||||
git diff --name-only --diff-filter=d -z | xargs --null bat --diff
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user