You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/08 12:10:53 UTC

[GitHub] JaroslavTulach commented on issue #257: Backport of jtulach's fixes made after Apr 22, 2017

JaroslavTulach commented on issue #257: Backport of jtulach's fixes made after Apr 22, 2017
URL: https://github.com/apache/incubator-netbeans/pull/257#issuecomment-342799368
 
 
   I've got these changesets by using following steps. I cloned @emilianbold [repository](https://github.com/emilianbold/netbeans-releases/) and then I executed:
   ```bash
   netbeans-releases$ git log -r NB9_FF...emilian/master --no-merges  --author=jtulach --format=%H
   bf9a5b8befa55723fc35c6c5cb1b72e176d4973e
   0ce716155e4cfeab3dc1b840c78d0c620dca0c41
   9ee3e285e758bbb1be1be129cfc053eb79cc1e77
   42b544f1c1a06b597fef1a47df6052bbfad5bf0d
   ```
   then I manually (as I have just four commits) did `git show $id` in Emilian's repository and then `patch -p1`  and `git commit` with copied message from the original commit in this repository.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services