From: Karl Hasselström Date: Tue, 15 May 2007 17:10:00 +0000 (+0100) Subject: Generate patch names of more uniform length X-Git-Tag: v0.14.3~249 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/50dec9eae9cd8b6acd0e239dddd64586aec30df0?ds=inline;hp=50dec9eae9cd8b6acd0e239dddd64586aec30df0 Generate patch names of more uniform length Cut the generated patch name at 30 characters after getting rid of unwanted characters, not before. This gives patch names of more uniform length, since consecutive unwanted characters were replaced by a single dash. Signed-off-by: Karl Hasselström ---