Bug#463468: git-cvs: cvsimport default merge regex doesn't match beginning of commit message

2008-02-15 Thread Gerrit Pape
notforwarded 463468 tags 463468 + patch quit Patch at http://git.kernel.org/?p=git/git.git;a=commitdiff;h=9386ecbb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#463468: git-cvs: cvsimport default merge regex doesn't match beginning of commit message

2008-02-13 Thread Gerrit Pape
forwarded 463468 upstream quit On Thu, Jan 31, 2008 at 03:06:49PM -0500, Frédéric Brière wrote: > The default value of @mergerx uses \W, which matches a non-word > character. This means that commit messages like "Merging FOO" are not > matched by default; it would be nice to do so out of the box

Bug#463468: git-cvs: cvsimport default merge regex doesn't match beginning of commit message

2008-01-31 Thread Frédéric Brière
Package: git-cvs Version: 1:1.5.3.8-1 Severity: normal The default value of @mergerx uses \W, which matches a non-word character. This means that commit messages like "Merging FOO" are not matched by default; it would be nice to do so out of the box by replacing \W with \b, which matches a word b