Discussion:
please document --cached option to git-difftool
Joseph Nahmias
2014-10-20 21:24:15 UTC
Permalink
Hello,

It would be great if the documentation showed that the git-difftool(1)
command accepted the --cached option. You can probably steal appropriate
verbiage from the git-diff(1) manpage.

$ git --version
git version 2.1.1

Thanks,
--Joe
Michael J Gruber
2014-10-21 08:10:45 UTC
Permalink
Post by Joseph Nahmias
Hello,
It would be great if the documentation showed that the git-difftool(1)
command accepted the --cached option. You can probably steal appropriate
verbiage from the git-diff(1) manpage.
$ git --version
git version 2.1.1
Thanks,
--Joe
"git difftool is a frontend to git diff and accepts the same options and
arguments. See git-diff(1)."

Michael

Loading...