]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsexportcommit.perl
Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS working tree...
authorAlex Bennée <kernel-hacker@bennee.com>
Tue, 16 Jun 2009 14:21:04 +0000 (15:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jun 2009 17:19:50 +0000 (10:19 -0700)
commit907ffe1522560ba71991ae4d2b03e357a8f57110
treee5d0af32ed784c188accab16a651267b873fb0b5
parent4f4fa9c228a1ac2854c0814b5b23df43b8d98203
Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS working tree before applying commit patch

Depending on how your CVS->GIT conversion went you will have some
unexpanded CVS keywords in your GIT repo. If any of your git commits
touch these lines then the patch application will fail. This patch
addresses that by adding an option that will revert and expanded CVS
keywords to files in the working CVS directory that are affected by
the commit being applied.

Signed-off-by: Alex Bennée <alex@bennee.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cvsexportcommit.txt
git-cvsexportcommit.perl