[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-06 Thread Ken Dreyer
ip all the inappropriate strings from the tag names as we translate them to git tag names. Provide more debugging information to the user if we've altered the tag and the "git tag" command still fails. Also, warn the user if we end up skipping an (unusable) tag altogether. Signed-off-by

[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-05 Thread Ken Dreyer
ip all the inappropriate strings from the tag names as we translate them to git tag names. Provide more debugging information to the user if we've altered the tag and the "git tag" command still fails. Also, warn the user if we end up skipping an (unusable) tag altogether. Signed-off-by

[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-05 Thread Ken Dreyer
ip all the inappropriate strings from the tag names as we translate them to git tag names. Signed-off-by: Ken Dreyer --- Thanks Junio and Alex for your review and comments. I've implemented both of your suggestions in this patch. git-cvsimport.perl | 18 +- 1 file changed, 17 i

[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-04 Thread Ken Dreyer
ip all the inappropriate strings from the tag names as we translate them to git tag names. Signed-off-by: Ken Dreyer --- Thank you Junio for the review. I've taken your suggestion and amended my patch to eliminate all the bad strings in ref.c. git-cvsimport.perl | 20 +++- 1 f

[PATCH] cvsimport: strip question marks from tags

2012-09-04 Thread Ken Dreyer
t;?" characters from the tag names as we translate them to git tag names. Signed-off-by: Ken Dreyer --- git-cvsimport.perl | 1 + 1 file changed, 1 insertion(+) diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 8d41610..36f59fe 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.per