mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 01:45:11 +00:00

Older versions of git would only write peeled entries for items under refs/tags/. Newer versions will write them for all refs, and we should be prepared to handle that.
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = true
|
|
[remote "origin"]
|
|
url = /home/peff/compile/libgit2/tests-clar/resources/peeled
|
|
fetch = +refs/*:refs/*
|
|
mirror = true
|