add encrypt-save-decrypt roundtrip test
This commit is contained in:
parent
60999c7eab
commit
e5650ec756
21 changed files with 75 additions and 18 deletions
|
|
@ -0,0 +1 @@
|
|||
925eb0f6b19282b5f10dfe008e0062b4be6dd41a not-for-merge branch 'master' of https://github.com/mssun/passforios-password-store
|
||||
1
passKitTests/Fixtures/password-store-with-gpgid.git/HEAD
Normal file
1
passKitTests/Fixtures/password-store-with-gpgid.git/HEAD
Normal file
|
|
@ -0,0 +1 @@
|
|||
ref: refs/heads/master
|
||||
|
|
@ -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/*
|
||||
|
|
@ -0,0 +1 @@
|
|||
Example password store repository for passforios tests with .gpg-id files.
|
||||
|
|
@ -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.
|
|
@ -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