libgit2/tests/resources/rebase-submodule/.gitted/config
David Turner 2270ca9f8f rebase: ignore untracked files in submodules
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>
2017-03-03 15:07:54 -05:00

10 lines
161 B
Plaintext
Vendored

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[branch "asparagus"]
rebase = true
[branch "master"]
rebase = true