mirror of
https://git.proxmox.com/git/libgit2
synced 2026-03-27 22:14:04 +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
|