[DISCUSS] Git force pushing and deletion of branchs

classic Classic list List threaded Threaded
15 messages Options
Reply | Threaded
Open this post in threaded view
|

[DISCUSS] Git force pushing and deletion of branchs

Fabian Hueske-2
Hi everybody,

Lately, ASF Infra has changed the write permissions of all Git repositories
twice.

Originally, it was not possible to force into the master branch.
A few weeks ago, infra disabled also force pushing into other branches.

Now, this has changed again after the issue was discussed with the ASF
board.
The current situation is the following:
- force pushing is allowed on all branched, including master
- branches and tags can be deleted (not sure if this applies as well for
the master branch)
- "the 'protected' portions of git to primarily focus on refs/tags/rel -
thus any tags under rel, will have their entire commit history."

I am not 100% sure which exact parts of the repository are protected now as
I am not very much into the details of Git.
However, I believe we need to create new tags under rel for our previous
releases to protect them.

In addition, I would like to propose to ask Infra to add protection for the
master branch. I can only recall very few situations where changes had to
be reverted. I am much more in favor of a reverting commit now and then
compared to a branch that can be arbitrarily changed.

What do you think about this?

Best, Fabian
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Gyula Fóra-2
+1 for protecting the master branch.

I also don't see any reason why anyone should force push there

Gyula

Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13., Sze,
11:07):

> Hi everybody,
>
> Lately, ASF Infra has changed the write permissions of all Git repositories
> twice.
>
> Originally, it was not possible to force into the master branch.
> A few weeks ago, infra disabled also force pushing into other branches.
>
> Now, this has changed again after the issue was discussed with the ASF
> board.
> The current situation is the following:
> - force pushing is allowed on all branched, including master
> - branches and tags can be deleted (not sure if this applies as well for
> the master branch)
> - "the 'protected' portions of git to primarily focus on refs/tags/rel -
> thus any tags under rel, will have their entire commit history."
>
> I am not 100% sure which exact parts of the repository are protected now as
> I am not very much into the details of Git.
> However, I believe we need to create new tags under rel for our previous
> releases to protect them.
>
> In addition, I would like to propose to ask Infra to add protection for the
> master branch. I can only recall very few situations where changes had to
> be reverted. I am much more in favor of a reverting commit now and then
> compared to a branch that can be arbitrarily changed.
>
> What do you think about this?
>
> Best, Fabian
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Stephan Ewen
+1

Important to protect the master.

I think we should also protect Tags.

On Wed, Jan 13, 2016 at 11:36 AM, Gyula Fóra <[hidden email]> wrote:

> +1 for protecting the master branch.
>
> I also don't see any reason why anyone should force push there
>
> Gyula
>
> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13., Sze,
> 11:07):
>
> > Hi everybody,
> >
> > Lately, ASF Infra has changed the write permissions of all Git
> repositories
> > twice.
> >
> > Originally, it was not possible to force into the master branch.
> > A few weeks ago, infra disabled also force pushing into other branches.
> >
> > Now, this has changed again after the issue was discussed with the ASF
> > board.
> > The current situation is the following:
> > - force pushing is allowed on all branched, including master
> > - branches and tags can be deleted (not sure if this applies as well for
> > the master branch)
> > - "the 'protected' portions of git to primarily focus on refs/tags/rel -
> > thus any tags under rel, will have their entire commit history."
> >
> > I am not 100% sure which exact parts of the repository are protected now
> as
> > I am not very much into the details of Git.
> > However, I believe we need to create new tags under rel for our previous
> > releases to protect them.
> >
> > In addition, I would like to propose to ask Infra to add protection for
> the
> > master branch. I can only recall very few situations where changes had to
> > be reverted. I am much more in favor of a reverting commit now and then
> > compared to a branch that can be arbitrarily changed.
> >
> > What do you think about this?
> >
> > Best, Fabian
> >
>
Reply | Threaded
Open this post in threaded view
|

RE: [DISCUSS] Git force pushing and deletion of branchs

Li, Chengxiang
In reply to this post by Gyula Fóra-2
+1 on the original style.
Master branch disable force pushing in case of misusing and feature branch enable force pushing for flexible developing.

-----Original Message-----
From: Gyula Fóra [mailto:[hidden email]]
Sent: Wednesday, January 13, 2016 6:36 PM
To: [hidden email]
Subject: Re: [DISCUSS] Git force pushing and deletion of branchs

+1 for protecting the master branch.

I also don't see any reason why anyone should force push there

Gyula

Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13., Sze,
11:07):

> Hi everybody,
>
> Lately, ASF Infra has changed the write permissions of all Git
> repositories twice.
>
> Originally, it was not possible to force into the master branch.
> A few weeks ago, infra disabled also force pushing into other branches.
>
> Now, this has changed again after the issue was discussed with the ASF
> board.
> The current situation is the following:
> - force pushing is allowed on all branched, including master
> - branches and tags can be deleted (not sure if this applies as well
> for the master branch)
> - "the 'protected' portions of git to primarily focus on refs/tags/rel
> - thus any tags under rel, will have their entire commit history."
>
> I am not 100% sure which exact parts of the repository are protected
> now as I am not very much into the details of Git.
> However, I believe we need to create new tags under rel for our
> previous releases to protect them.
>
> In addition, I would like to propose to ask Infra to add protection
> for the master branch. I can only recall very few situations where
> changes had to be reverted. I am much more in favor of a reverting
> commit now and then compared to a branch that can be arbitrarily changed.
>
> What do you think about this?
>
> Best, Fabian
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Till Rohrmann
+1 for protecting the master branch.

On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <[hidden email]>
wrote:

> +1 on the original style.
> Master branch disable force pushing in case of misusing and feature branch
> enable force pushing for flexible developing.
>
> -----Original Message-----
> From: Gyula Fóra [mailto:[hidden email]]
> Sent: Wednesday, January 13, 2016 6:36 PM
> To: [hidden email]
> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
>
> +1 for protecting the master branch.
>
> I also don't see any reason why anyone should force push there
>
> Gyula
>
> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13., Sze,
> 11:07):
>
> > Hi everybody,
> >
> > Lately, ASF Infra has changed the write permissions of all Git
> > repositories twice.
> >
> > Originally, it was not possible to force into the master branch.
> > A few weeks ago, infra disabled also force pushing into other branches.
> >
> > Now, this has changed again after the issue was discussed with the ASF
> > board.
> > The current situation is the following:
> > - force pushing is allowed on all branched, including master
> > - branches and tags can be deleted (not sure if this applies as well
> > for the master branch)
> > - "the 'protected' portions of git to primarily focus on refs/tags/rel
> > - thus any tags under rel, will have their entire commit history."
> >
> > I am not 100% sure which exact parts of the repository are protected
> > now as I am not very much into the details of Git.
> > However, I believe we need to create new tags under rel for our
> > previous releases to protect them.
> >
> > In addition, I would like to propose to ask Infra to add protection
> > for the master branch. I can only recall very few situations where
> > changes had to be reverted. I am much more in favor of a reverting
> > commit now and then compared to a branch that can be arbitrarily changed.
> >
> > What do you think about this?
> >
> > Best, Fabian
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Fabian Hueske-2
@Stephan: You mean all tags should be protected, not only those under rel?

2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:

> +1 for protecting the master branch.
>
> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <[hidden email]>
> wrote:
>
> > +1 on the original style.
> > Master branch disable force pushing in case of misusing and feature
> branch
> > enable force pushing for flexible developing.
> >
> > -----Original Message-----
> > From: Gyula Fóra [mailto:[hidden email]]
> > Sent: Wednesday, January 13, 2016 6:36 PM
> > To: [hidden email]
> > Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
> >
> > +1 for protecting the master branch.
> >
> > I also don't see any reason why anyone should force push there
> >
> > Gyula
> >
> > Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
> Sze,
> > 11:07):
> >
> > > Hi everybody,
> > >
> > > Lately, ASF Infra has changed the write permissions of all Git
> > > repositories twice.
> > >
> > > Originally, it was not possible to force into the master branch.
> > > A few weeks ago, infra disabled also force pushing into other branches.
> > >
> > > Now, this has changed again after the issue was discussed with the ASF
> > > board.
> > > The current situation is the following:
> > > - force pushing is allowed on all branched, including master
> > > - branches and tags can be deleted (not sure if this applies as well
> > > for the master branch)
> > > - "the 'protected' portions of git to primarily focus on refs/tags/rel
> > > - thus any tags under rel, will have their entire commit history."
> > >
> > > I am not 100% sure which exact parts of the repository are protected
> > > now as I am not very much into the details of Git.
> > > However, I believe we need to create new tags under rel for our
> > > previous releases to protect them.
> > >
> > > In addition, I would like to propose to ask Infra to add protection
> > > for the master branch. I can only recall very few situations where
> > > changes had to be reverted. I am much more in favor of a reverting
> > > commit now and then compared to a branch that can be arbitrarily
> changed.
> > >
> > > What do you think about this?
> > >
> > > Best, Fabian
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Matthias J. Sax-2
+1

On 01/13/2016 11:51 AM, Fabian Hueske wrote:

> @Stephan: You mean all tags should be protected, not only those under rel?
>
> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
>
>> +1 for protecting the master branch.
>>
>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <[hidden email]>
>> wrote:
>>
>>> +1 on the original style.
>>> Master branch disable force pushing in case of misusing and feature
>> branch
>>> enable force pushing for flexible developing.
>>>
>>> -----Original Message-----
>>> From: Gyula Fóra [mailto:[hidden email]]
>>> Sent: Wednesday, January 13, 2016 6:36 PM
>>> To: [hidden email]
>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
>>>
>>> +1 for protecting the master branch.
>>>
>>> I also don't see any reason why anyone should force push there
>>>
>>> Gyula
>>>
>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
>> Sze,
>>> 11:07):
>>>
>>>> Hi everybody,
>>>>
>>>> Lately, ASF Infra has changed the write permissions of all Git
>>>> repositories twice.
>>>>
>>>> Originally, it was not possible to force into the master branch.
>>>> A few weeks ago, infra disabled also force pushing into other branches.
>>>>
>>>> Now, this has changed again after the issue was discussed with the ASF
>>>> board.
>>>> The current situation is the following:
>>>> - force pushing is allowed on all branched, including master
>>>> - branches and tags can be deleted (not sure if this applies as well
>>>> for the master branch)
>>>> - "the 'protected' portions of git to primarily focus on refs/tags/rel
>>>> - thus any tags under rel, will have their entire commit history."
>>>>
>>>> I am not 100% sure which exact parts of the repository are protected
>>>> now as I am not very much into the details of Git.
>>>> However, I believe we need to create new tags under rel for our
>>>> previous releases to protect them.
>>>>
>>>> In addition, I would like to propose to ask Infra to add protection
>>>> for the master branch. I can only recall very few situations where
>>>> changes had to be reverted. I am much more in favor of a reverting
>>>> commit now and then compared to a branch that can be arbitrarily
>> changed.
>>>>
>>>> What do you think about this?
>>>>
>>>> Best, Fabian
>>>>
>>>
>>
>


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Márton Balassi
+1

On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]> wrote:

> +1
>
> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
> > @Stephan: You mean all tags should be protected, not only those under
> rel?
> >
> > 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
> >
> >> +1 for protecting the master branch.
> >>
> >> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
> [hidden email]>
> >> wrote:
> >>
> >>> +1 on the original style.
> >>> Master branch disable force pushing in case of misusing and feature
> >> branch
> >>> enable force pushing for flexible developing.
> >>>
> >>> -----Original Message-----
> >>> From: Gyula Fóra [mailto:[hidden email]]
> >>> Sent: Wednesday, January 13, 2016 6:36 PM
> >>> To: [hidden email]
> >>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
> >>>
> >>> +1 for protecting the master branch.
> >>>
> >>> I also don't see any reason why anyone should force push there
> >>>
> >>> Gyula
> >>>
> >>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
> >> Sze,
> >>> 11:07):
> >>>
> >>>> Hi everybody,
> >>>>
> >>>> Lately, ASF Infra has changed the write permissions of all Git
> >>>> repositories twice.
> >>>>
> >>>> Originally, it was not possible to force into the master branch.
> >>>> A few weeks ago, infra disabled also force pushing into other
> branches.
> >>>>
> >>>> Now, this has changed again after the issue was discussed with the ASF
> >>>> board.
> >>>> The current situation is the following:
> >>>> - force pushing is allowed on all branched, including master
> >>>> - branches and tags can be deleted (not sure if this applies as well
> >>>> for the master branch)
> >>>> - "the 'protected' portions of git to primarily focus on refs/tags/rel
> >>>> - thus any tags under rel, will have their entire commit history."
> >>>>
> >>>> I am not 100% sure which exact parts of the repository are protected
> >>>> now as I am not very much into the details of Git.
> >>>> However, I believe we need to create new tags under rel for our
> >>>> previous releases to protect them.
> >>>>
> >>>> In addition, I would like to propose to ask Infra to add protection
> >>>> for the master branch. I can only recall very few situations where
> >>>> changes had to be reverted. I am much more in favor of a reverting
> >>>> commit now and then compared to a branch that can be arbitrarily
> >> changed.
> >>>>
> >>>> What do you think about this?
> >>>>
> >>>> Best, Fabian
> >>>>
> >>>
> >>
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Aljoscha Krettek-2
+1 on protecting the master

> On 13 Jan 2016, at 14:46, Márton Balassi <[hidden email]> wrote:
>
> +1
>
> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]> wrote:
>
>> +1
>>
>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
>>> @Stephan: You mean all tags should be protected, not only those under
>> rel?
>>>
>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
>>>
>>>> +1 for protecting the master branch.
>>>>
>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
>> [hidden email]>
>>>> wrote:
>>>>
>>>>> +1 on the original style.
>>>>> Master branch disable force pushing in case of misusing and feature
>>>> branch
>>>>> enable force pushing for flexible developing.
>>>>>
>>>>> -----Original Message-----
>>>>> From: Gyula Fóra [mailto:[hidden email]]
>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
>>>>> To: [hidden email]
>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
>>>>>
>>>>> +1 for protecting the master branch.
>>>>>
>>>>> I also don't see any reason why anyone should force push there
>>>>>
>>>>> Gyula
>>>>>
>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
>>>> Sze,
>>>>> 11:07):
>>>>>
>>>>>> Hi everybody,
>>>>>>
>>>>>> Lately, ASF Infra has changed the write permissions of all Git
>>>>>> repositories twice.
>>>>>>
>>>>>> Originally, it was not possible to force into the master branch.
>>>>>> A few weeks ago, infra disabled also force pushing into other
>> branches.
>>>>>>
>>>>>> Now, this has changed again after the issue was discussed with the ASF
>>>>>> board.
>>>>>> The current situation is the following:
>>>>>> - force pushing is allowed on all branched, including master
>>>>>> - branches and tags can be deleted (not sure if this applies as well
>>>>>> for the master branch)
>>>>>> - "the 'protected' portions of git to primarily focus on refs/tags/rel
>>>>>> - thus any tags under rel, will have their entire commit history."
>>>>>>
>>>>>> I am not 100% sure which exact parts of the repository are protected
>>>>>> now as I am not very much into the details of Git.
>>>>>> However, I believe we need to create new tags under rel for our
>>>>>> previous releases to protect them.
>>>>>>
>>>>>> In addition, I would like to propose to ask Infra to add protection
>>>>>> for the master branch. I can only recall very few situations where
>>>>>> changes had to be reverted. I am much more in favor of a reverting
>>>>>> commit now and then compared to a branch that can be arbitrarily
>>>> changed.
>>>>>>
>>>>>> What do you think about this?
>>>>>>
>>>>>> Best, Fabian
>>>>>>
>>>>>
>>>>
>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Chiwan Park-2
+1 for protecting all branches including master.

> On Jan 14, 2016, at 1:20 AM, Aljoscha Krettek <[hidden email]> wrote:
>
> +1 on protecting the master
>> On 13 Jan 2016, at 14:46, Márton Balassi <[hidden email]> wrote:
>>
>> +1
>>
>> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]> wrote:
>>
>>> +1
>>>
>>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
>>>> @Stephan: You mean all tags should be protected, not only those under
>>> rel?
>>>>
>>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
>>>>
>>>>> +1 for protecting the master branch.
>>>>>
>>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
>>> [hidden email]>
>>>>> wrote:
>>>>>
>>>>>> +1 on the original style.
>>>>>> Master branch disable force pushing in case of misusing and feature
>>>>> branch
>>>>>> enable force pushing for flexible developing.
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Gyula Fóra [mailto:[hidden email]]
>>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
>>>>>> To: [hidden email]
>>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
>>>>>>
>>>>>> +1 for protecting the master branch.
>>>>>>
>>>>>> I also don't see any reason why anyone should force push there
>>>>>>
>>>>>> Gyula
>>>>>>
>>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
>>>>> Sze,
>>>>>> 11:07):
>>>>>>
>>>>>>> Hi everybody,
>>>>>>>
>>>>>>> Lately, ASF Infra has changed the write permissions of all Git
>>>>>>> repositories twice.
>>>>>>>
>>>>>>> Originally, it was not possible to force into the master branch.
>>>>>>> A few weeks ago, infra disabled also force pushing into other
>>> branches.
>>>>>>>
>>>>>>> Now, this has changed again after the issue was discussed with the ASF
>>>>>>> board.
>>>>>>> The current situation is the following:
>>>>>>> - force pushing is allowed on all branched, including master
>>>>>>> - branches and tags can be deleted (not sure if this applies as well
>>>>>>> for the master branch)
>>>>>>> - "the 'protected' portions of git to primarily focus on refs/tags/rel
>>>>>>> - thus any tags under rel, will have their entire commit history."
>>>>>>>
>>>>>>> I am not 100% sure which exact parts of the repository are protected
>>>>>>> now as I am not very much into the details of Git.
>>>>>>> However, I believe we need to create new tags under rel for our
>>>>>>> previous releases to protect them.
>>>>>>>
>>>>>>> In addition, I would like to propose to ask Infra to add protection
>>>>>>> for the master branch. I can only recall very few situations where
>>>>>>> changes had to be reverted. I am much more in favor of a reverting
>>>>>>> commit now and then compared to a branch that can be arbitrarily
>>>>> changed.
>>>>>>>
>>>>>>> What do you think about this?
>>>>>>>
>>>>>>> Best, Fabian
>>>>>>>

Regards,
Chiwan Park


mxm
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

mxm
+1 for a protected master.
+1 for creating release tags under rel/.

On Thu, Jan 14, 2016 at 10:07 AM, Chiwan Park <[hidden email]> wrote:

> +1 for protecting all branches including master.
>
>> On Jan 14, 2016, at 1:20 AM, Aljoscha Krettek <[hidden email]> wrote:
>>
>> +1 on protecting the master
>>> On 13 Jan 2016, at 14:46, Márton Balassi <[hidden email]> wrote:
>>>
>>> +1
>>>
>>> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]> wrote:
>>>
>>>> +1
>>>>
>>>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
>>>>> @Stephan: You mean all tags should be protected, not only those under
>>>> rel?
>>>>>
>>>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
>>>>>
>>>>>> +1 for protecting the master branch.
>>>>>>
>>>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
>>>> [hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>>> +1 on the original style.
>>>>>>> Master branch disable force pushing in case of misusing and feature
>>>>>> branch
>>>>>>> enable force pushing for flexible developing.
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Gyula Fóra [mailto:[hidden email]]
>>>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
>>>>>>> To: [hidden email]
>>>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
>>>>>>>
>>>>>>> +1 for protecting the master branch.
>>>>>>>
>>>>>>> I also don't see any reason why anyone should force push there
>>>>>>>
>>>>>>> Gyula
>>>>>>>
>>>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
>>>>>> Sze,
>>>>>>> 11:07):
>>>>>>>
>>>>>>>> Hi everybody,
>>>>>>>>
>>>>>>>> Lately, ASF Infra has changed the write permissions of all Git
>>>>>>>> repositories twice.
>>>>>>>>
>>>>>>>> Originally, it was not possible to force into the master branch.
>>>>>>>> A few weeks ago, infra disabled also force pushing into other
>>>> branches.
>>>>>>>>
>>>>>>>> Now, this has changed again after the issue was discussed with the ASF
>>>>>>>> board.
>>>>>>>> The current situation is the following:
>>>>>>>> - force pushing is allowed on all branched, including master
>>>>>>>> - branches and tags can be deleted (not sure if this applies as well
>>>>>>>> for the master branch)
>>>>>>>> - "the 'protected' portions of git to primarily focus on refs/tags/rel
>>>>>>>> - thus any tags under rel, will have their entire commit history."
>>>>>>>>
>>>>>>>> I am not 100% sure which exact parts of the repository are protected
>>>>>>>> now as I am not very much into the details of Git.
>>>>>>>> However, I believe we need to create new tags under rel for our
>>>>>>>> previous releases to protect them.
>>>>>>>>
>>>>>>>> In addition, I would like to propose to ask Infra to add protection
>>>>>>>> for the master branch. I can only recall very few situations where
>>>>>>>> changes had to be reverted. I am much more in favor of a reverting
>>>>>>>> commit now and then compared to a branch that can be arbitrarily
>>>>>> changed.
>>>>>>>>
>>>>>>>> What do you think about this?
>>>>>>>>
>>>>>>>> Best, Fabian
>>>>>>>>
>
> Regards,
> Chiwan Park
>
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

mxm
I've filed an issue at infra to protect the master:
https://issues.apache.org/jira/browse/INFRA-11088

On Fri, Jan 15, 2016 at 3:40 PM, Maximilian Michels <[hidden email]> wrote:

> +1 for a protected master.
> +1 for creating release tags under rel/.
>
> On Thu, Jan 14, 2016 at 10:07 AM, Chiwan Park <[hidden email]> wrote:
>> +1 for protecting all branches including master.
>>
>>> On Jan 14, 2016, at 1:20 AM, Aljoscha Krettek <[hidden email]> wrote:
>>>
>>> +1 on protecting the master
>>>> On 13 Jan 2016, at 14:46, Márton Balassi <[hidden email]> wrote:
>>>>
>>>> +1
>>>>
>>>> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]> wrote:
>>>>
>>>>> +1
>>>>>
>>>>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
>>>>>> @Stephan: You mean all tags should be protected, not only those under
>>>>> rel?
>>>>>>
>>>>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
>>>>>>
>>>>>>> +1 for protecting the master branch.
>>>>>>>
>>>>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
>>>>> [hidden email]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> +1 on the original style.
>>>>>>>> Master branch disable force pushing in case of misusing and feature
>>>>>>> branch
>>>>>>>> enable force pushing for flexible developing.
>>>>>>>>
>>>>>>>> -----Original Message-----
>>>>>>>> From: Gyula Fóra [mailto:[hidden email]]
>>>>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
>>>>>>>> To: [hidden email]
>>>>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
>>>>>>>>
>>>>>>>> +1 for protecting the master branch.
>>>>>>>>
>>>>>>>> I also don't see any reason why anyone should force push there
>>>>>>>>
>>>>>>>> Gyula
>>>>>>>>
>>>>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan. 13.,
>>>>>>> Sze,
>>>>>>>> 11:07):
>>>>>>>>
>>>>>>>>> Hi everybody,
>>>>>>>>>
>>>>>>>>> Lately, ASF Infra has changed the write permissions of all Git
>>>>>>>>> repositories twice.
>>>>>>>>>
>>>>>>>>> Originally, it was not possible to force into the master branch.
>>>>>>>>> A few weeks ago, infra disabled also force pushing into other
>>>>> branches.
>>>>>>>>>
>>>>>>>>> Now, this has changed again after the issue was discussed with the ASF
>>>>>>>>> board.
>>>>>>>>> The current situation is the following:
>>>>>>>>> - force pushing is allowed on all branched, including master
>>>>>>>>> - branches and tags can be deleted (not sure if this applies as well
>>>>>>>>> for the master branch)
>>>>>>>>> - "the 'protected' portions of git to primarily focus on refs/tags/rel
>>>>>>>>> - thus any tags under rel, will have their entire commit history."
>>>>>>>>>
>>>>>>>>> I am not 100% sure which exact parts of the repository are protected
>>>>>>>>> now as I am not very much into the details of Git.
>>>>>>>>> However, I believe we need to create new tags under rel for our
>>>>>>>>> previous releases to protect them.
>>>>>>>>>
>>>>>>>>> In addition, I would like to propose to ask Infra to add protection
>>>>>>>>> for the master branch. I can only recall very few situations where
>>>>>>>>> changes had to be reverted. I am much more in favor of a reverting
>>>>>>>>> commit now and then compared to a branch that can be arbitrarily
>>>>>>> changed.
>>>>>>>>>
>>>>>>>>> What do you think about this?
>>>>>>>>>
>>>>>>>>> Best, Fabian
>>>>>>>>>
>>
>> Regards,
>> Chiwan Park
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Fabian Hueske-2
Thanks Max!

2016-01-19 18:04 GMT+01:00 Maximilian Michels <[hidden email]>:

> I've filed an issue at infra to protect the master:
> https://issues.apache.org/jira/browse/INFRA-11088
>
> On Fri, Jan 15, 2016 at 3:40 PM, Maximilian Michels <[hidden email]>
> wrote:
> > +1 for a protected master.
> > +1 for creating release tags under rel/.
> >
> > On Thu, Jan 14, 2016 at 10:07 AM, Chiwan Park <[hidden email]>
> wrote:
> >> +1 for protecting all branches including master.
> >>
> >>> On Jan 14, 2016, at 1:20 AM, Aljoscha Krettek <[hidden email]>
> wrote:
> >>>
> >>> +1 on protecting the master
> >>>> On 13 Jan 2016, at 14:46, Márton Balassi <[hidden email]>
> wrote:
> >>>>
> >>>> +1
> >>>>
> >>>> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]>
> wrote:
> >>>>
> >>>>> +1
> >>>>>
> >>>>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
> >>>>>> @Stephan: You mean all tags should be protected, not only those
> under
> >>>>> rel?
> >>>>>>
> >>>>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
> >>>>>>
> >>>>>>> +1 for protecting the master branch.
> >>>>>>>
> >>>>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
> >>>>> [hidden email]>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>> +1 on the original style.
> >>>>>>>> Master branch disable force pushing in case of misusing and
> feature
> >>>>>>> branch
> >>>>>>>> enable force pushing for flexible developing.
> >>>>>>>>
> >>>>>>>> -----Original Message-----
> >>>>>>>> From: Gyula Fóra [mailto:[hidden email]]
> >>>>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
> >>>>>>>> To: [hidden email]
> >>>>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
> >>>>>>>>
> >>>>>>>> +1 for protecting the master branch.
> >>>>>>>>
> >>>>>>>> I also don't see any reason why anyone should force push there
> >>>>>>>>
> >>>>>>>> Gyula
> >>>>>>>>
> >>>>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan.
> 13.,
> >>>>>>> Sze,
> >>>>>>>> 11:07):
> >>>>>>>>
> >>>>>>>>> Hi everybody,
> >>>>>>>>>
> >>>>>>>>> Lately, ASF Infra has changed the write permissions of all Git
> >>>>>>>>> repositories twice.
> >>>>>>>>>
> >>>>>>>>> Originally, it was not possible to force into the master branch.
> >>>>>>>>> A few weeks ago, infra disabled also force pushing into other
> >>>>> branches.
> >>>>>>>>>
> >>>>>>>>> Now, this has changed again after the issue was discussed with
> the ASF
> >>>>>>>>> board.
> >>>>>>>>> The current situation is the following:
> >>>>>>>>> - force pushing is allowed on all branched, including master
> >>>>>>>>> - branches and tags can be deleted (not sure if this applies as
> well
> >>>>>>>>> for the master branch)
> >>>>>>>>> - "the 'protected' portions of git to primarily focus on
> refs/tags/rel
> >>>>>>>>> - thus any tags under rel, will have their entire commit
> history."
> >>>>>>>>>
> >>>>>>>>> I am not 100% sure which exact parts of the repository are
> protected
> >>>>>>>>> now as I am not very much into the details of Git.
> >>>>>>>>> However, I believe we need to create new tags under rel for our
> >>>>>>>>> previous releases to protect them.
> >>>>>>>>>
> >>>>>>>>> In addition, I would like to propose to ask Infra to add
> protection
> >>>>>>>>> for the master branch. I can only recall very few situations
> where
> >>>>>>>>> changes had to be reverted. I am much more in favor of a
> reverting
> >>>>>>>>> commit now and then compared to a branch that can be arbitrarily
> >>>>>>> changed.
> >>>>>>>>>
> >>>>>>>>> What do you think about this?
> >>>>>>>>>
> >>>>>>>>> Best, Fabian
> >>>>>>>>>
> >>
> >> Regards,
> >> Chiwan Park
> >>
> >>
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Till Rohrmann
Thanks Max :-)

On Tue, Jan 19, 2016 at 6:05 PM, Fabian Hueske <[hidden email]> wrote:

> Thanks Max!
>
> 2016-01-19 18:04 GMT+01:00 Maximilian Michels <[hidden email]>:
>
> > I've filed an issue at infra to protect the master:
> > https://issues.apache.org/jira/browse/INFRA-11088
> >
> > On Fri, Jan 15, 2016 at 3:40 PM, Maximilian Michels <[hidden email]>
> > wrote:
> > > +1 for a protected master.
> > > +1 for creating release tags under rel/.
> > >
> > > On Thu, Jan 14, 2016 at 10:07 AM, Chiwan Park <[hidden email]>
> > wrote:
> > >> +1 for protecting all branches including master.
> > >>
> > >>> On Jan 14, 2016, at 1:20 AM, Aljoscha Krettek <[hidden email]>
> > wrote:
> > >>>
> > >>> +1 on protecting the master
> > >>>> On 13 Jan 2016, at 14:46, Márton Balassi <[hidden email]>
> > wrote:
> > >>>>
> > >>>> +1
> > >>>>
> > >>>> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <[hidden email]
> >
> > wrote:
> > >>>>
> > >>>>> +1
> > >>>>>
> > >>>>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
> > >>>>>> @Stephan: You mean all tags should be protected, not only those
> > under
> > >>>>> rel?
> > >>>>>>
> > >>>>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]>:
> > >>>>>>
> > >>>>>>> +1 for protecting the master branch.
> > >>>>>>>
> > >>>>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
> > >>>>> [hidden email]>
> > >>>>>>> wrote:
> > >>>>>>>
> > >>>>>>>> +1 on the original style.
> > >>>>>>>> Master branch disable force pushing in case of misusing and
> > feature
> > >>>>>>> branch
> > >>>>>>>> enable force pushing for flexible developing.
> > >>>>>>>>
> > >>>>>>>> -----Original Message-----
> > >>>>>>>> From: Gyula Fóra [mailto:[hidden email]]
> > >>>>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
> > >>>>>>>> To: [hidden email]
> > >>>>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of branchs
> > >>>>>>>>
> > >>>>>>>> +1 for protecting the master branch.
> > >>>>>>>>
> > >>>>>>>> I also don't see any reason why anyone should force push there
> > >>>>>>>>
> > >>>>>>>> Gyula
> > >>>>>>>>
> > >>>>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016. jan.
> > 13.,
> > >>>>>>> Sze,
> > >>>>>>>> 11:07):
> > >>>>>>>>
> > >>>>>>>>> Hi everybody,
> > >>>>>>>>>
> > >>>>>>>>> Lately, ASF Infra has changed the write permissions of all Git
> > >>>>>>>>> repositories twice.
> > >>>>>>>>>
> > >>>>>>>>> Originally, it was not possible to force into the master
> branch.
> > >>>>>>>>> A few weeks ago, infra disabled also force pushing into other
> > >>>>> branches.
> > >>>>>>>>>
> > >>>>>>>>> Now, this has changed again after the issue was discussed with
> > the ASF
> > >>>>>>>>> board.
> > >>>>>>>>> The current situation is the following:
> > >>>>>>>>> - force pushing is allowed on all branched, including master
> > >>>>>>>>> - branches and tags can be deleted (not sure if this applies as
> > well
> > >>>>>>>>> for the master branch)
> > >>>>>>>>> - "the 'protected' portions of git to primarily focus on
> > refs/tags/rel
> > >>>>>>>>> - thus any tags under rel, will have their entire commit
> > history."
> > >>>>>>>>>
> > >>>>>>>>> I am not 100% sure which exact parts of the repository are
> > protected
> > >>>>>>>>> now as I am not very much into the details of Git.
> > >>>>>>>>> However, I believe we need to create new tags under rel for our
> > >>>>>>>>> previous releases to protect them.
> > >>>>>>>>>
> > >>>>>>>>> In addition, I would like to propose to ask Infra to add
> > protection
> > >>>>>>>>> for the master branch. I can only recall very few situations
> > where
> > >>>>>>>>> changes had to be reverted. I am much more in favor of a
> > reverting
> > >>>>>>>>> commit now and then compared to a branch that can be
> arbitrarily
> > >>>>>>> changed.
> > >>>>>>>>>
> > >>>>>>>>> What do you think about this?
> > >>>>>>>>>
> > >>>>>>>>> Best, Fabian
> > >>>>>>>>>
> > >>
> > >> Regards,
> > >> Chiwan Park
> > >>
> > >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSS] Git force pushing and deletion of branchs

Ufuk Celebi-2
Thank you :D

On Tue, Jan 19, 2016 at 6:41 PM, Till Rohrmann <[hidden email]> wrote:

> Thanks Max :-)
>
> On Tue, Jan 19, 2016 at 6:05 PM, Fabian Hueske <[hidden email]> wrote:
>
> > Thanks Max!
> >
> > 2016-01-19 18:04 GMT+01:00 Maximilian Michels <[hidden email]>:
> >
> > > I've filed an issue at infra to protect the master:
> > > https://issues.apache.org/jira/browse/INFRA-11088
> > >
> > > On Fri, Jan 15, 2016 at 3:40 PM, Maximilian Michels <[hidden email]>
> > > wrote:
> > > > +1 for a protected master.
> > > > +1 for creating release tags under rel/.
> > > >
> > > > On Thu, Jan 14, 2016 at 10:07 AM, Chiwan Park <[hidden email]
> >
> > > wrote:
> > > >> +1 for protecting all branches including master.
> > > >>
> > > >>> On Jan 14, 2016, at 1:20 AM, Aljoscha Krettek <[hidden email]
> >
> > > wrote:
> > > >>>
> > > >>> +1 on protecting the master
> > > >>>> On 13 Jan 2016, at 14:46, Márton Balassi <
> [hidden email]>
> > > wrote:
> > > >>>>
> > > >>>> +1
> > > >>>>
> > > >>>> On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax <
> [hidden email]
> > >
> > > wrote:
> > > >>>>
> > > >>>>> +1
> > > >>>>>
> > > >>>>> On 01/13/2016 11:51 AM, Fabian Hueske wrote:
> > > >>>>>> @Stephan: You mean all tags should be protected, not only those
> > > under
> > > >>>>> rel?
> > > >>>>>>
> > > >>>>>> 2016-01-13 11:43 GMT+01:00 Till Rohrmann <[hidden email]
> >:
> > > >>>>>>
> > > >>>>>>> +1 for protecting the master branch.
> > > >>>>>>>
> > > >>>>>>> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang <
> > > >>>>> [hidden email]>
> > > >>>>>>> wrote:
> > > >>>>>>>
> > > >>>>>>>> +1 on the original style.
> > > >>>>>>>> Master branch disable force pushing in case of misusing and
> > > feature
> > > >>>>>>> branch
> > > >>>>>>>> enable force pushing for flexible developing.
> > > >>>>>>>>
> > > >>>>>>>> -----Original Message-----
> > > >>>>>>>> From: Gyula Fóra [mailto:[hidden email]]
> > > >>>>>>>> Sent: Wednesday, January 13, 2016 6:36 PM
> > > >>>>>>>> To: [hidden email]
> > > >>>>>>>> Subject: Re: [DISCUSS] Git force pushing and deletion of
> branchs
> > > >>>>>>>>
> > > >>>>>>>> +1 for protecting the master branch.
> > > >>>>>>>>
> > > >>>>>>>> I also don't see any reason why anyone should force push there
> > > >>>>>>>>
> > > >>>>>>>> Gyula
> > > >>>>>>>>
> > > >>>>>>>> Fabian Hueske <[hidden email]> ezt írta (időpont: 2016.
> jan.
> > > 13.,
> > > >>>>>>> Sze,
> > > >>>>>>>> 11:07):
> > > >>>>>>>>
> > > >>>>>>>>> Hi everybody,
> > > >>>>>>>>>
> > > >>>>>>>>> Lately, ASF Infra has changed the write permissions of all
> Git
> > > >>>>>>>>> repositories twice.
> > > >>>>>>>>>
> > > >>>>>>>>> Originally, it was not possible to force into the master
> > branch.
> > > >>>>>>>>> A few weeks ago, infra disabled also force pushing into other
> > > >>>>> branches.
> > > >>>>>>>>>
> > > >>>>>>>>> Now, this has changed again after the issue was discussed
> with
> > > the ASF
> > > >>>>>>>>> board.
> > > >>>>>>>>> The current situation is the following:
> > > >>>>>>>>> - force pushing is allowed on all branched, including master
> > > >>>>>>>>> - branches and tags can be deleted (not sure if this applies
> as
> > > well
> > > >>>>>>>>> for the master branch)
> > > >>>>>>>>> - "the 'protected' portions of git to primarily focus on
> > > refs/tags/rel
> > > >>>>>>>>> - thus any tags under rel, will have their entire commit
> > > history."
> > > >>>>>>>>>
> > > >>>>>>>>> I am not 100% sure which exact parts of the repository are
> > > protected
> > > >>>>>>>>> now as I am not very much into the details of Git.
> > > >>>>>>>>> However, I believe we need to create new tags under rel for
> our
> > > >>>>>>>>> previous releases to protect them.
> > > >>>>>>>>>
> > > >>>>>>>>> In addition, I would like to propose to ask Infra to add
> > > protection
> > > >>>>>>>>> for the master branch. I can only recall very few situations
> > > where
> > > >>>>>>>>> changes had to be reverted. I am much more in favor of a
> > > reverting
> > > >>>>>>>>> commit now and then compared to a branch that can be
> > arbitrarily
> > > >>>>>>> changed.
> > > >>>>>>>>>
> > > >>>>>>>>> What do you think about this?
> > > >>>>>>>>>
> > > >>>>>>>>> Best, Fabian
> > > >>>>>>>>>
> > > >>
> > > >> Regards,
> > > >> Chiwan Park
> > > >>
> > > >>
> > >
> >
>