Inform user to fetch refs/notes/signatures
This commit is contained in:
parent
eafc8c95d3
commit
bcc863d5b1
|
@ -28,6 +28,7 @@ The simple multisig toolchain for git repos.
|
||||||
|
|
||||||
Consider using the following one liner which is much faster to review:
|
Consider using the following one liner which is much faster to review:
|
||||||
```
|
```
|
||||||
|
git fetch origin refs/notes/signatures
|
||||||
while read -r line; do \
|
while read -r line; do \
|
||||||
gpg --verify \
|
gpg --verify \
|
||||||
<(printf "$line" | sed 's/.*pgp://g'| openssl base64 -d -A) \
|
<(printf "$line" | sed 's/.*pgp://g'| openssl base64 -d -A) \
|
||||||
|
|
Loading…
Reference in New Issue