include repo as text fixture, no need to clone from actual github
This commit is contained in:
parent
17b6bb8bc2
commit
85972a02c3
11 changed files with 26 additions and 2 deletions
1
passKitTests/Fixtures/password-store.git/FETCH_HEAD
Normal file
1
passKitTests/Fixtures/password-store.git/FETCH_HEAD
Normal file
|
|
@ -0,0 +1 @@
|
|||
925eb0f6b19282b5f10dfe008e0062b4be6dd41a not-for-merge branch 'master' of https://github.com/mssun/passforios-password-store
|
||||
1
passKitTests/Fixtures/password-store.git/HEAD
Normal file
1
passKitTests/Fixtures/password-store.git/HEAD
Normal file
|
|
@ -0,0 +1 @@
|
|||
ref: refs/heads/master
|
||||
9
passKitTests/Fixtures/password-store.git/config
Normal file
9
passKitTests/Fixtures/password-store.git/config
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = true
|
||||
ignorecase = true
|
||||
precomposeunicode = true
|
||||
[remote "origin"]
|
||||
url = https://github.com/mssun/passforios-password-store.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
1
passKitTests/Fixtures/password-store.git/description
Normal file
1
passKitTests/Fixtures/password-store.git/description
Normal file
|
|
@ -0,0 +1 @@
|
|||
Example password store repository for passforios tests.
|
||||
6
passKitTests/Fixtures/password-store.git/info/exclude
Normal file
6
passKitTests/Fixtures/password-store.git/info/exclude
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# git ls-files --others --exclude-from=.git/info/exclude
|
||||
# Lines that start with '#' are comments.
|
||||
# For a project mostly in C, the following would be a good set of
|
||||
# exclude patterns (uncomment them if you want to use them):
|
||||
# *.[oa]
|
||||
# *~
|
||||
Binary file not shown.
Binary file not shown.
2
passKitTests/Fixtures/password-store.git/packed-refs
Normal file
2
passKitTests/Fixtures/password-store.git/packed-refs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# pack-refs with: peeled fully-peeled sorted
|
||||
925eb0f6b19282b5f10dfe008e0062b4be6dd41a refs/heads/master
|
||||
|
|
@ -0,0 +1 @@
|
|||
925eb0f6b19282b5f10dfe008e0062b4be6dd41a
|
||||
Loading…
Add table
Add a link
Reference in a new issue