Here is my history dump something wrong here? 608 git checkout master 609 git pull apache master 610 git merge --squash suneel 611 git log 612 git status 613 mvn clean install 614 nano CHANGELOG 615 git commit -a -m "MAHOUT-1655 Refactors mr-legacy into mahout-hdfs and mahout-mr, closes apache/mahout#86" 616 git status 617 git pull apache master 620 git push apache master
On Apr 1, 2015, at 11:53 AM, Dmitriy Lyubimov <[email protected]> wrote: yeah. https://github.com/apache/mahout/commits/master. we should not see "merged master" commits there (clear sign of not squashing your personal PR history! ) On Wed, Apr 1, 2015 at 11:26 AM, Suneel Marthi <[email protected]> wrote: > r we not squashing the PRs before committing ?? > > — > Reply to this email directly or view it on GitHub > <https://github.com/apache/mahout/pull/86#issuecomment-88585219>. > — Reply to this email directly or view it on GitHub <https://github.com/apache/mahout/pull/86#issuecomment-88593728>.
