chiark / gitweb /
Generate patch names of more uniform length
authorKarl Hasselström <kha@treskal.com>
Tue, 15 May 2007 17:10:00 +0000 (18:10 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 15 May 2007 21:13:14 +0000 (22:13 +0100)
commit50dec9eae9cd8b6acd0e239dddd64586aec30df0
treed4c0f7fc63d622a713903cc69be82d451f311eda
parent9060d4205a9093a8f3c8ff958eff4c64107077cc
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 <kha@treskal.com>
stgit/utils.py