Hi, I'm seeing some bad commits on the git mirror, such as http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e9c9c20a438329e0c8134aa007eb802b328a021c This commit removes most of the content of libio/fstream.h, which is not what was actually committed at the time. Looking closer, this is properly imported from svn, which has the same problem: http://gcc.gnu.org/viewcvs/branches/gcc-2_95-branch/libio/fstream.h?r1=27002&r2=31665 The correct commit is in cvs: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libio/Attic/fstream.h.diff?r1=1.1.1.1&r2=1.1.1.1.10.1&hideattic=0 Is there any way to get these commits into svn correctly, and from there, into git? Cheers, Harald