Re: Git workflow question

2019-01-30 Thread Maximilian Michels
à 19:48, Maximilian Michels a écrit : With the no-merge-commits policy, you might find it helpful to add the following to the .gitconfig in your home folder: [pull] rebase = true That way you can use `git pull` without having to fear that it creates a merge commit. It does a `git

Re: Git workflow question

2019-01-30 Thread Maximilian Michels
With the no-merge-commits policy, you might find it helpful to add the following to the .gitconfig in your home folder: [pull] rebase = true That way you can use `git pull` without having to fear that it creates a merge commit. It does a `git fetch upstream branch && git rebase upstre

Re: JIRA notifications

2018-11-22 Thread Maximilian Michels
:16, Wes McKinney wrote: hi On Wed, Nov 21, 2018 at 9:22 AM Maximilian Michels wrote: Hi Wes, I understand that you want to be up to date with regards to all issues in Arrow. I think for a lot of people that won't be the case. They'd rather opt-in in or watch individual issues. Agre

Re: JIRA notifications

2018-11-21 Thread Maximilian Michels
ready does. Of course, people with no interest in the the project issues can filter out issues with "[jira]" in the title into a separate place in their e-mail. Wes On Wed, Nov 21, 2018, 5:58 AM Maximilian Michels Hi! Do you think it would make sense to send JIRA notifications to a sepa

JIRA notifications

2018-11-21 Thread Maximilian Michels
Hi! Do you think it would make sense to send JIRA notifications to a separate mailing list? Some people just want to casually follow the mailing list and it requires a filter to delete all the JIRA spam. I see there is already an "issues" mailing list which receives the JIRA notifications: h