]> git.pld-linux.org Git - packages/cvsspam.git/commitdiff
- fixed duplicate first path component
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Mar 2006 20:03:09 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsspam-module_email_header.diff -> 1.2

cvsspam-module_email_header.diff

index adcebca4487647d82cf646f857f9f0fef954471c..065027c8faa13f14096043de0ebab5404a3a5857 100644 (file)
@@ -38,7 +38,7 @@ Index: cvsspam.rb
 +    mod = '/'
 +    if Repository.count == 1
 +      rep = Repository.array.first
-+      mod << "#{rep.name}/#{rep.common_prefix}"
++      mod << "#{rep.common_prefix}"
 +    end
 +    mail.header("X-CVSspam-Module-Path", mod)
 +  end
This page took 0.043596 seconds and 4 git commands to generate.