Original NetOffice project was started at http://netoffice.codeplex.com/. Over the years, NetOffice became a very big repository and Codeplex was having hard time serving source code from this large repository. In 2016 the SvnBridge used by Codeplex stopped working so the original repository is not accessible anymore.
This Git repository was created by importing each individual revision from Subversion repository into Git. Some revisions were omitted from import and some were modified to exclude binary files (eg. built assemblies, some RAR files) which were unnecessary and consumed a lot of space.
I was lucky and I downloaded all Subversion commits before the SvnBridge stopped working. These individually checked out revisions were imported to Git one-by-one to create new Git repository.
The original imported history can be found in the import/legacy_repository
branch.
This imported history is different from the legacy NetOffice repository. The legacy repository includes all the binary files and also commits which deleted all the files in the project.
Sebastian started to work on 1.7.4 in summer 2017. He made the source code available to me
by sending me ZIP files which I was adding to the import/netoffice_1.7.4-alpha
branch.
These revisions were not imported from original Subversion repository, as those changesets contained only deletion of all source code files.