We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a805c70 commit e124789Copy full SHA for e124789
HOWTO.md
@@ -145,7 +145,8 @@ Add to `.gitconfig` following section:
145
146
```ini
147
[difftool "nested_diff"]
148
- cmd = nested_diff $LOCAL $REMOTE
+ cmd = HEADER_NAME_A="a/$MERGED" HEADER_NAME_B="b/$MERGED" \
149
+ nested_diff $LOCAL $REMOTE
150
```
151
152
and `ndiff = difftool --no-prompt --tool nested_diff` to section `[aliases]`.
0 commit comments