[
https://issues.apache.org/jira/browse/MAHOUT-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046061#comment-14046061
]
ASF GitHub Bot commented on MAHOUT-1587:
----------------------------------------
Github user pferrel commented on the pull request:
https://github.com/apache/mahout/pull/24#issuecomment-47361158
I see, then what you did is equivalent afaik. But you don't need the pull
of a URL since you have that same URL set to 'origin'. But I guess you knew
that. The PR is only a place to talk about a branch. you don't merge a PR you
merge the branch it refers to.
You can check your history without pushing to github (though that is a nice
visual way to look at it) just do a ```git log --date-order --graph``` on any
branch before a push. So you could do the ```git merge --squash mahout-xxxx```
then look at mater's history before pushing anywhere. In my case I saw the same
as you and so until that is figured out it shouldn't stop us from pushing code
IMO. It is a small inconvenience to see where you merged the master with your
branch as long as last commit comments are intact describing why the branch is
being merged and pushed and it contains the comment that closes the PR.
> Update website to reflect move to GitHub
> -----------------------------------------
>
> Key: MAHOUT-1587
> URL: https://issues.apache.org/jira/browse/MAHOUT-1587
> Project: Mahout
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.0
> Reporter: Andrew Palumbo
> Fix For: 1.0
>
>
> The following pages have directions for either checking out code from SVN,
> patching with SVN or have direct links to files in the old SVN repo:
> -mahout.apache.org/developers/developer-resources.html-
> -mahout.apache.org/developers/version-control.html-
> http://mahout.apache.org/developers/patch-check-list.html
> http://mahout.apache.org/developers/how-to-contribute.html
> -mahout.apache.org/users/basics/creating-vectors-from-text.html-
> -mahout.apache.org/users/classification/bayesian.html-
> -mahout.apache.org/users/classification/twenty-newsgroups.html-
> -mahout.apache.org/users/clustering/k-means-clustering.html-
> -mahout.apache.org/users/clustering/fuzzy-k-means.html-
> -mahout.apache.org/users/clustering/canopy-clustering.html-
--
This message was sent by Atlassian JIRA
(v6.2#6252)