# # patch "cvs_repository.cc" # from [c5c5426763415737f5010bd6cf6eb9be377b149c] # to [3ab1f996db47d1b50d93e328f71e0cfdb4194172] # --- cvs_repository.cc +++ cvs_repository.cc @@ -1635,7 +1635,7 @@ std::map::iterator f =files.insert(std::make_pair(filename,file_history())).first; file_state fs(modtime,parts[2]); - fs.author="?"; + fs.author="unknown"; fs.keyword_substitution=parts[4]; { struct stat sbuf; I(!stat(filename.c_str(), &sbuf)); @@ -1668,9 +1668,11 @@ e1.time=0; e1.changelog="last cvs update (modified)"; e1.changelog_valid=true; + e1.author="unknown"; e2.time=time(NULL); e2.changelog="cvs takeover"; e2.changelog_valid=true; + e2.author="unknown"; for (std::map::const_iterator i=files.begin(); i!=files.end();++i) { cvs_file_state first,second;