repo.or.cz
/
rsync
/
qnx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore socketpair() on cygwin. Fixes bug 8356.
[rsync/qnx.git]
/
packaging
/
bin
/
gpg
blob
e5d8f4767829220700bb2c07baa1f36cd141fe7c
1
#!/bin/sh -e
2
# This script gets git to run gpg with a --passphrase-file option.
3
4
PATH
=
`echo
$PATH
| sed 's/^[^:]*://'`
5
6
gpg
--batch --passphrase-file
=
$GPG_PASSFILE
"
${@}
"