I hereby claim:
- I am jamesbloomer on github.
- I am jamesbloomer (https://keybase.io/jamesbloomer) on keybase.
- I have a public key whose fingerprint is 96FD AADC 4246 1846 1FDB 6C76 0812 66FF BEA2 645B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| grep -E -q 'DF-[0-9]{4}' $1 || { | |
| echo >&2 "No ticket number DF-XXXX in commit message" | |
| exit 1 | |
| } |
| # Expects the pairs file to be in the following format | |
| # | |
| # user1 [email protected] | |
| # user2 [email protected] | |
| test "$IGNORE_COMMIT_SWITCH" == "TRUE" && exit 0 | |
| readarray input < ~/.pairs_list | |
| number=${#input[*]} |