I think we should keep all commit logs. 11MB is a very small repository in OSS.
I suggest you could choose what is the strategy for future commits. Do `squash and merge` or `merge all commits`. That is also not about repository size, just for making the commit logs more meaningful. ------------------ Sheng Wu Apache SkyWalking, ShardingSphere, Zipkin Twitter, wusheng1108 ------------------ Original ------------------ From: "Xiangdong Huang"<[email protected]>; Date: Thu, Jan 17, 2019 08:44 PM To: "dev"<[email protected]>; Subject: Re: What's the holdup with the code? Hi, If we push the codes into Apache repository, should we remain all the existing commit history? I can do it by running `git remote add APACHE_REPOSITORY` and `git push` commands. The current git repository is about 11 MB, and there maybe some meaningless commit log messages in the repository. Another choice is running `git clone APACHE_REPOSITORY` to a folder first, copying all the codes to the folder second, and then `git add ./` and `git push`. If so, all the existing commitlogs are lost (but we can get a clean start.) Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz <[email protected]> 于2019年1月17日周四 下午7:42写道: > Hi, > > Everything doesn't have to be perfect before it comes here. Why not push > things over and clean up here? > And Checkstyle and Javadoc is definitely no blocker. > > Chris > > > Am 17.01.19, 12:23 schrieb "Xu yi" <[email protected]>: > > I’m sorry about that. We used check-style plugin which advises us to > change code style , add javadoc and so on. It takes some time to finish it. > We will push to apache repo this week if everything works as expected. > > Xu yi > > iPhoneから送信 > > 2019/01/17 17:51、Christofer Dutz <[email protected]>のメール: > > > Hi, > > > > still the IoTDB git repo ist empty … what’s the reason for this? > Anything I can help with? > > > > Chris > > > >
