mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 01:39:04 +00:00

Test that nanoseconds are round-tripped correctly when we read an index file that contains them. We should, however, ignore them because we don't understand them, and any new entries in the index should contain a `0` nsecs field, while existing preserving entries.
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
|