0

I'm trying show the code compare with the git gui.

I configured tool->add with git diff -y but when I execute shows every file and I want to see just the file selected.

Regards

gogoru
  • 376
  • 2
  • 19

1 Answers1

1

I resolve this,

click tools-> add

and write: git difftool -y $FILENAME

and enable the option Run only if a diff is selected($FILENAME not empty)

gogoru
  • 376
  • 2
  • 19