include repo as text fixture, no need to clone from actual github
This commit is contained in:
parent
d123d627d4
commit
802ad84d30
25 changed files with 852 additions and 20 deletions
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/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue