include repo as text fixture, no need to clone from actual github
This commit is contained in:
parent
2726ee79a5
commit
4ada2ce69c
24 changed files with 817 additions and 2 deletions
8
passKitTests/Fixtures/password-store.git/hooks/post-update.sample
Executable file
8
passKitTests/Fixtures/password-store.git/hooks/post-update.sample
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# An example hook script to prepare a packed repository for use over
|
||||
# dumb transports.
|
||||
#
|
||||
# To enable this hook, rename this file to "post-update".
|
||||
|
||||
exec git update-server-info
|
||||
Loading…
Add table
Add a link
Reference in a new issue