Code

restrict the patch filtering
authorDon Zickus <dzickus@redhat.com>
Mon, 12 Mar 2007 19:52:06 +0000 (15:52 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Mar 2007 06:33:41 +0000 (23:33 -0700)
commitf0658cf2106074b2465a5de0e20f459f966a9e18
treed3dec104dcda8b39a065ed1361405b894c0d71af
parent87ab799234639c26ea10de74782fa511cb3ca606
restrict the patch filtering

I have come across many emails that use long strings of '-'s as separators
for ideas.  This patch below limits the separator to only 3 '-', with the
intent that long string of '-'s will stay in the commit msg and not in the
patch file.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mailinfo.c