summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLibravatar Gerrit Pape <pape@smarden.org>2008-02-07 09:36:10 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-02-13 14:22:54 -0800
commit9386ecbb1cb0576f67da804f57dd96ffd62bb3c6 (patch)
treeac8bc4c103296e905c205bff998671b4be490595 /README
parentgit clone -s documentation: force a new paragraph for the NOTE (diff)
downloadtgif-9386ecbb1cb0576f67da804f57dd96ffd62bb3c6.tar.xz
cvsimport: have default merge regex also match beginning of commit message
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; using \b, which matches a word boundary, instead of \W fixes that. This change was suggested by Frédéric Brière through http://bugs.debian.org/463468 Signed-off-by: Gerrit Pape <pape@smarden.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions