[PATCH] cvsgit fixes: spaces in filenames and CVS server dialog woes
authorMatthias Urlichs <smurf@smurf.noris.de>
Mon, 15 Aug 2005 09:28:19 +0000 (11:28 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 Aug 2005 19:09:33 +0000 (12:09 -0700)
Problems found while importing dasher's CVS:

* Allow spaces in filenames.
* cvsps may create unnamed branches with revisions that don't really
exist, which causes the CVS server to return something we haven't
hitherto expected.
* Report deleted files when being verbose.
* Also, report the commit date.
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found