From 167e34f5cd34610d42e7f80bee16ef48bc8b18c4 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sun, 26 Aug 2012 16:12:14 -0600 Subject: document git-cvsimport bug --- cvstogit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cvstogit b/cvstogit index 10fc1f4..4690037 100755 --- a/cvstogit +++ b/cvstogit @@ -16,6 +16,11 @@ # Lastly the script automatically merges any branches that are identical to # master. This allows git's fast-forward merges to work between branches. +# To skip a git-cvsimport bug triggered by a tag in the RPM Fusion dosemu +# package CVS repo, you will need the following patch to git-cvsimport: +# https://bugzilla.redhat.com/850640 + + # This setting is used for the conversion commit. #AUTHOR="RPM Fusion Sysadmins " AUTHOR="Ken Dreyer " -- cgit