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
To get the expected behavior I can add the flag --submodule=diff. However this is unexpected as the purpose of git meta is to pretend there is no submodules.
The text was updated successfully, but these errors were encountered:
It was not a conscious decision to not pass --submodule=diff; there is a set of commands that are automatically forwarded to vanilla Git. We explicitly went back and made git meta diff as a special case pass in --submodule=diff.
The
-p
option togit meta log
should list the changes to the files committed. However, instead it shows you the changes to the submodule SHAs, eg.To get the expected behavior I can add the flag
--submodule=diff
. However this is unexpected as the purpose of git meta is to pretend there is no submodules.The text was updated successfully, but these errors were encountered: