mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-18 14:59:09 +00:00
Add deprecated-mode.git test repository
This commit is contained in:
parent
f98c32f3fe
commit
a7e3bd9b0f
1
tests-clar/resources/deprecated-mode.git/HEAD
Normal file
1
tests-clar/resources/deprecated-mode.git/HEAD
Normal file
@ -0,0 +1 @@
|
|||||||
|
ref: refs/heads/master
|
6
tests-clar/resources/deprecated-mode.git/config
Normal file
6
tests-clar/resources/deprecated-mode.git/config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[core]
|
||||||
|
bare = true
|
||||||
|
repositoryformatversion = 0
|
||||||
|
filemode = false
|
||||||
|
logallrefupdates = true
|
||||||
|
ignorecase = true
|
1
tests-clar/resources/deprecated-mode.git/description
Normal file
1
tests-clar/resources/deprecated-mode.git/description
Normal file
@ -0,0 +1 @@
|
|||||||
|
Unnamed repository; edit this file 'description' to name the repository.
|
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Place appropriately named executable hook scripts into this directory
|
||||||
|
# to intercept various actions that git takes. See `git help hooks` for
|
||||||
|
# more information.
|
BIN
tests-clar/resources/deprecated-mode.git/index
Normal file
BIN
tests-clar/resources/deprecated-mode.git/index
Normal file
Binary file not shown.
2
tests-clar/resources/deprecated-mode.git/info/exclude
Normal file
2
tests-clar/resources/deprecated-mode.git/info/exclude
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# File patterns to ignore; see `git help ignore` for more information.
|
||||||
|
# Lines that start with '#' are comments.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
06262edc257418e9987caf999f9a7a3e1547adff
|
Loading…
Reference in New Issue
Block a user