mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-16 05:37:47 +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>
10 lines
161 B
Plaintext
Vendored
10 lines
161 B
Plaintext
Vendored
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
[branch "asparagus"]
|
|
rebase = true
|
|
[branch "master"]
|
|
rebase = true
|