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)
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.


No differences found