Re: Contributing to JMeter using Git

2020-06-14 Thread Felix Schumacher
Am 14.06.20 um 16:02 schrieb Jmeter Tea: > The step that is failing is the last step "git push origin BUGID" That should work as origin is your fork you should have permissions to push your stuff on your own repo. > So I'll add another row, if you can't execute push execute below and add > file

Re: Contributing to JMeter using Git

2020-06-14 Thread Jmeter Tea
The step that is failing is the last step "git push origin BUGID" So I'll add another row, if you can't execute push execute below and add file as bugzilla attachment: git diff > BUGID.patch On Sun, Jun 14, 2020 at 4:02 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 14.06.

Re: Contributing to JMeter using Git

2020-06-14 Thread Felix Schumacher
Am 14.06.20 um 14:39 schrieb Jmeter Tea: > Hello > > In Contributing to JMeter section in page > https://jmeter.apache.org/building.html > The Git reference is for authorized users for doing push > For unauthorized users I suggest you add a note to use diff command to > create patch file as > git

Contributing to JMeter using Git

2020-06-14 Thread Jmeter Tea
Hello In Contributing to JMeter section in page https://jmeter.apache.org/building.html The Git reference is for authorized users for doing push For unauthorized users I suggest you add a note to use diff command to create patch file as git diff > BUGID.patch