mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 15:58:29 +00:00

An untracked file in a submodule should not prevent a rebase from starting. Even if the submodule's SHA is changed, and that file would conflict with a new tracked file, it's still OK to start the rebase and discover the conflict later. Signed-off-by: David Turner <dturner@twosigma.com>
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
[submodule "my-submodule"]
|
|
path = my-submodule
|
|
url = bogus
|