pull/876/merge
Enno 2025-11-24 15:26:12 +07:00 committed by GitHub
commit eaad2f4c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -112,7 +112,7 @@ To define a difftool named `difftastic`, add the following to your
```ini
[difftool "difftastic"]
# See `man git-difftool` for a description of MERGED, LOCAL and REMOTE.
cmd = difft "$MERGED" "$LOCAL" "abcdef1" "100644" "$REMOTE" "abcdef2" "100644"
cmd = difft \"$MERGED\" \"$LOCAL\" \"abcdef1\" \"100644\" \"$REMOTE\" \"abcdef2\" \"100644\"
```
You can now use difftastic as a difftool: