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
submodule: Use cat instead of echo to avoid DOS line-endings, was: Re: 4msysgit & tags
In msysGit, echo used in scripts outputs DOS line-endings while built-ins
use Unix line-endings in their output. This causes t7508-status to fail due
to mixed line endings in the output of git status (which calls git-submodule).
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments