We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git config
1 parent 5004ec1 commit 71bba85Copy full SHA for 71bba85
git-icdiff
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-CMD="git difftool --no-prompt --extcmd icdiff $@ | `git config --get core.pager`"
+CMD="git difftool --no-prompt --extcmd icdiff $@ | $(git config --get core.pager)"
3
eval $CMD
4
0 commit comments