mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 19:51:31 +00:00

Submodule init should handle relative paths in .gitmodules files and resolve these urls when updating the git config file.
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = false
|
|
bare = false
|
|
logallrefupdates = true
|
|
symlinks = false
|
|
ignorecase = true
|
|
hideDotFiles = dotGitOnly
|