Remove archaic use of regex capture \1 in favour of $1
commit444f29ce42a6de8e29a05f892f9ce5215cd38d56
authorNick Woolley <nick@noodlefactory.co.uk>
Mon, 6 Jul 2009 13:33:07 +0000 (6 14:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2009 16:36:39 +0000 (6 09:36 -0700)
treeae61afdce98b173168c21df97aad4f6ddca2e8dd
parent5d0e634343bf83735b59c611b96c1d0f8ff2b28a
Remove archaic use of regex capture \1 in favour of $1

Using it will generate a perl warning "\1 better written as $1".

Signed-off-by: Nick Woolley <git.wu-lee@noodlefactory.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsexportcommit.perl