[PATCH] cvsimport: strip question marks from tags

2012-09-04 Thread Ken Dreyer
The ? character can be present in a CVS tag name, but git's bad_ref_char does not allow question marks in git tags. If git-cvsimport encounters a CVS tag with a question mark, it will error and refuse to continue the import beyond that point. When importing CVS tags, strip ? characters from the

Re: [PATCH] cvsimport: strip question marks from tags

2012-09-04 Thread Junio C Hamano
Ken Dreyer ktdre...@ktdreyer.com writes: The ? character can be present in a CVS tag name, but git's bad_ref_char does not allow question marks in git tags. If git-cvsimport encounters a CVS tag with a question mark, it will error and refuse to continue the import beyond that point. When