Code

git-notify: Make the state file group writable
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 26 Oct 2009 01:41:51 +0000 (02:41 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 26 Oct 2009 01:41:51 +0000 (02:41 +0100)
commite2ba9ba91fbfcad53892c7ecfb1842dd9e62962a
treedd2304f09400b909d73c7dc60b977658518afd4b
parent90ab3e6042add5b0500a100bd4929bb516f6f347
git-notify: Make the state file group writable

For shared repositories, the state file used by git-notify should
usually be group writable, so we now set the umask to 0002 by default.
This can be adjusted by setting the "notify.umask" configuration key or
by using the "-U" option on the command line.
tools/git-notify