mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 16:39:23 +00:00

Add a unittest to validate bug #3043, where a duplicate empty config header could cause deletion of a config entry to fail silently. The bug is currently unresolved and this test will fail.
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
# This configuration can occur after removing and re-adding the origin remote
|
|
[remote "origin"]
|
|
[branch "master"]
|
|
remote = "origin"
|
|
[remote "origin"]
|
|
url = "foo"
|