I hereby claim:
- I am gmaccarone on github.
- I am gmacisme (https://keybase.io/gmacisme) on keybase.
- I have a public key ASB7xeoEJRnuVRLycWyQOeeE5hj4vS01H_7RBE654dD_dgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| GITCMD="/usr/local/bin/git" | |
| NULLSHA="0000000000000000000000000000000000000000" | |
| MAXSIZE="5242880" # 5MB limit on file size | |
| EXIT=0 | |
| # Read stdin for ref information | |
| while read oldref newref refname; do | |
| # Skip branch deletions |