mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 03:09:09 +00:00

Test an initial submodule update, where we are trying to checkout the submodule for the first time, and placing a file within the submodule working directory with the same name as the submodule (and consequently, the same name as the repository itself).
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = false
|
|
bare = false
|
|
logallrefupdates = true
|
|
symlinks = false
|
|
ignorecase = true
|
|
hideDotFiles = dotGitOnly
|
|
[submodule "sub"]
|
|
url = ../sub.git
|