Jade's weblog

Hello this is 9-1-1, can I have your insurance number please?

Another reason for national health insurance is how silly it is the stupid fights you have with your insurance company.

We called an ambulance for an emergency with our daughter (it turned out fine, that's another story), and when the bill came, it turns out that THIS PARTICULAR AMBULANCE COMPANY is not freakin' covered by UNITED HEALTH CARE's stupid insurance.

Can you imagine? Like you're supposed to ask 911 when you call, "do you take United Health Care?"

%&(@ng insurance companies.

06:14 PM, 29 Aug 2008 by Jade Rubick Permalink | Comments (0)

Setting up git commit emails

We're moving Volunteer Solutions to git this week. One thing that wasn't documented well was how to set up git emails.

There is a git-notify script out there, but in contrib there is post-receive-email.

It's actually easy to set up:

cd .git/hooks
mv post-receive post-receive.bak
ln -s /path/to/post-receive-email post-receive
chmod a+x /path/to/post-receive-email
git config --add hooks.mailinglist "email@address.com"
git config hooks.emailprefix "[scms]"
emacs ../description (make first line short description, then add more later)

Note that the script seemed to only send emails when they were pushed from outside.

02:58 PM, 12 Jun 2008 by Jade Rubick Permalink | Comments (0)

Helpful

01:48 PM, 11 Nov 2007 by Jade Rubick Permalink | Comments (0)

XML