Code

git-notify: Make using a state file optional
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 01:23:32 +0000 (02:23 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 01:23:32 +0000 (02:23 +0100)
commit48ec125cf19a441fce80ad9bf3687a4e52761345
tree359cd61520c9f920378e7d87c3a792df20dc71fd
parent9e686891791001155d535634572eb0753835e7fd
git-notify: Make using a state file optional

Making use of a state file in order to prevent duplicate notifications
is now optional.  The user must explicitly specify a file path via the
"-t" option or by setting the git-config(1) variable "notify.statefile"
to activate this functionality.
tools/git-notify