From 5cc54546f62b5dfedf6ae70dba825a8296122e7a Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 29 Mar 2018 16:26:10 -0400 Subject: [PATCH] Fix incorrect comment about multimail hook The multimail contrib hook was moved from git-core to git in 7ac1fbc ("Avoid python dependency in git-core (#1536471)", 2018-01-22). --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 17ea6ae..ba04e9d 100644 --- a/git.spec +++ b/git.spec @@ -466,7 +466,7 @@ make -C contrib/subtree/ # Fix shebang in a few places to silence rpmlint complaints # -# The multimail hook is installed with git-core. Use python3 to avoid an +# The multimail hook is installed with git. Use python3 to avoid an # unnecessary python2 dependency. sed -i -e '1s|#! */usr/bin/env python$|#!%{__python2}|' \ contrib/fast-import/import-zips.py \