You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using difftastic (I'm on version 0.61.0 on NixOs) with git submodules, git diff --submodule will only show the short diff of submodules (old/new hash). The usual --submodule=log format can be shown only by disabling difftastic external diff with git diff --submodule --no-ext-diff. The diff format can be shown with git diff --submodule=diff --no-ext-diff, in which case the submodule diff will actually be shown with diftatstic while the parent repo diff will be shown with standard git diff.
The text was updated successfully, but these errors were encountered:
When using difftastic (I'm on version 0.61.0 on NixOs) with git submodules,
git diff --submodule
will only show theshort
diff of submodules (old/new hash). The usual--submodule=log
format can be shown only by disabling difftastic external diff withgit diff --submodule --no-ext-diff
. Thediff
format can be shown withgit diff --submodule=diff --no-ext-diff
, in which case the submodule diff will actually be shown with diftatstic while the parent repo diff will be shown with standard git diff.The text was updated successfully, but these errors were encountered: