Hi, Обратите внимание, что с недавних пор синтаксис файла настройки подписки на информационные письма от git.alt был расширен. Теперь в качестве шаблона имени репозитория можно использовать префикс, например, alterator* kernel-* ----- Forwarded message from "Dmitry V. Levin" ----- Date: Sat, 8 Mar 2008 02:48:23 +0300 (MSK) From: ldv@altlinux (Dmitry V. Levin) To: git-update-subscribers@altlinux Subject: [git update] packages/etc-packages: heads/master Update of /people/ldv/packages/etc-packages.git Changes statistics since `638731ad036b4ccf8a5545b199c23cd02bed9331' follows: email-distribution | 5 ++++- email-subscription | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) Changelog since `638731ad036b4ccf8a5545b199c23cd02bed9331' follows: commit f202662a207d57f9125a853446c6863ca5bfdd1f Author: Dmitry V. Levin Date: Fri Mar 7 23:47:02 2008 +0000 email-*: Describe that PACKAGE now could be a name prefix Full diff since `638731ad036b4ccf8a5545b199c23cd02bed9331' follows: diff --git a/email-distribution b/email-distribution index 4be35dc..8e89263 100644 --- a/email-distribution +++ b/email-distribution @@ -5,5 +5,8 @@ # - REFTYPE: type of updated reference (head, release, remote or tag); # - REFNAME: name of updated reference (basename of refs/*/*); # - MAILTO: comma-separated list of recipient USERs. -# Each of first 3 fields could be either name itself or * symbol which matches any name. +# Each of first 3 fields could be either name itself or * symbol +# which matches any name. +# In addition, PACKAGE could be a name prefix followed by * symbol +# to match any name with the given prefix. diff --git a/email-subscription b/email-subscription index 747f07a..7433637 100644 --- a/email-subscription +++ b/email-subscription @@ -5,5 +5,8 @@ # - PACKAGE: repository name (PACKAGE part of /people/USER/packages/PACKAGE.git); # - REFTYPE: type of updated reference (head, release, remote or tag); # - REFNAME: name of updated reference (basename of refs/*/*). -# Each of these 4 fields could be either name itself or * symbol which matches any name. +# Each of these 4 fields could be either name itself or * symbol +# which matches any name. +# In addition, PACKAGE could be a name prefix followed by * symbol +# to match any name with the given prefix. ----- End forwarded message ----- -- ldv