git diff --ignore-submodules fails if submodule is inaccessible
From: Orgad and Raizel Shaneh <hidden>
Date: 2016-06-15 22:54:10
Hello, I have a submodule set up with a gitfile which points to an absolute path. Trying to access the superproject from the network, running 'git diff --ignore-submodules' yields 'fatal: Not a git repository: <submodule-absolute-path>'. It should really ignore submodules when requested... - Orgad