Same here, That way in a git blame you can always see why a line of code is the way it is by reading the last commit message as well as its history.
And you can always see who wrote wat part of code ... otherwise you'll be forever the one to blame for a lot of code you didn't write ;-) Chris Am 17.01.19, 13:46 schrieb "Kevin A. McGrail" <[email protected]>: For me, my immediate reactio bnb is save the comments and pull everything into the new repo. On Thu, Jan 17, 2019, 07:44 Xiangdong Huang <[email protected] wrote: > 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 > > > > > > > > >
