aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2011-11-20 03:28:20 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2011-11-20 03:28:48 +0400
commitc211a5ac856358c7e7fb25f3e83ce65c8080892d (patch)
tree59634a83535df6ea46b1a402cc0385ee524eb641 /Documentation/maintainers
parent[dev-db] Update virtuoso stuff (diff)
downloadkde-c211a5ac856358c7e7fb25f3e83ce65c8080892d.tar.gz
kde-c211a5ac856358c7e7fb25f3e83ce65c8080892d.tar.bz2
kde-c211a5ac856358c7e7fb25f3e83ce65c8080892d.zip
[Documentation] Fix hook
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'Documentation/maintainers')
-rwxr-xr-xDocumentation/maintainers/git-hooks-commit-msg3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentation/maintainers/git-hooks-commit-msg
index d1e5fed97d..be2d40389a 100755
--- a/Documentation/maintainers/git-hooks-commit-msg
+++ b/Documentation/maintainers/git-hooks-commit-msg
@@ -28,6 +28,9 @@ elif [[ -n `grep -e '^\[sets' <<< "$summary"` ]] ; then
elif [[ -n `grep -e '^\[profiles' <<< "$summary"` ]] ; then
# Do not enforce usage of repoman where it makes no sense
exit 0
+elif [[ -n `grep -e '^\[eclass' <<< "$summary"` ]] ; then
+ # Do not enforce usage of repoman where it makes no sense
+ exit 0
elif grep '^NO_REPOMAN' "$FILE" >& /dev/null ; then
# Allow i-know-what-i-am-doing override
sed -i -e '/^NO_REPOMAN/d' "$FILE"