On Thu, May 5, 2016 at 1:37 PM, Jonathan Nieder [off-list ref] wrote:
Stefan Beller wrote:
quoted
quoted
$ rungit v2.6.6 submodule deinit .
error: pathspec '.' did not match any file(s) known to git.
Did you forget to 'git add'?
[...]
quoted
So instead of a pathspec add the '--all' option to deinit all submodules
and add a test to check for the corner case of an empty repository.
[...]
quoted
Signed-off-by: Stefan Beller <redacted>
Reviewed-by: Jonathan Nieder <redacted>
Thanks, both. Will queue.