@ -48,7 +48,8 @@ test_expect_success 'rebase interactive ignores modified submodules' '
|
||||
git init sub &&
|
||||
git -C sub commit --allow-empty -m "Initial commit" &&
|
||||
git init super &&
|
||||
git -C super submodule add ../sub &&
|
||||
git -c protocol.file.allow=always \
|
||||
-C super submodule add ../sub &&
|
||||
git -C super config submodule.sub.ignore dirty &&
|
||||
>super/foo &&
|
||||
git -C super add foo &&
|
||||
|
||||
Reference in New Issue
Block a user