[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-06 Thread Ken Dreyer
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: Ken Dreyer ktdre...@ktdreyer.com

[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-05 Thread Ken Dreyer
the inappropriate strings from the tag names as we translate them to git tag names. Signed-off-by: Ken Dreyer ktdre...@ktdreyer.com --- 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

[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-05 Thread Ken Dreyer
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: Ken Dreyer ktdre...@ktdreyer.com

[PATCH] cvsimport: strip question marks from tags

2012-09-04 Thread Ken Dreyer
the tag names as we translate them to git tag names. Signed-off-by: Ken Dreyer ktdre...@ktdreyer.com --- 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.perl

[PATCH] cvsimport: strip all inappropriate tag strings

2012-09-04 Thread Ken Dreyer
the inappropriate strings from the tag names as we translate them to git tag names. Signed-off-by: Ken Dreyer ktdre...@ktdreyer.com --- 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