On Wed, 2017-05-17 at 10:02 -0700, Gary Gregory wrote:
> There is still a master branch out there
> https://git-wip-us.apache.org/repos/asf?p=httpcomponents-core.git;a=s
> ummary
> 

We have not voted on the proposal. We have not made that decision into
a policy yet. 

I have no idea who added 5.0.x to HttpCore. It should not be there. Not
yet.

Oleg

> Gary
> 
> On Mon, May 15, 2017 at 12:52 PM, Gary Gregory <garydgreg...@gmail.co
> m>
> wrote:
> 
> > On Mon, May 15, 2017 at 11:59 AM, Gary Gregory <garydgregory@gmail.
> > com>
> > wrote:
> > 
> > > On Mon, May 15, 2017 at 11:57 AM, Michael Osipov <michaelo@apache
> > > .org>
> > > wrote:
> > > 
> > > > Am 2017-05-15 um 20:43 schrieb Gary Gregory:
> > > > 
> > > > > On Mon, May 15, 2017 at 11:37 AM, Michael Osipov <michaelo@ap
> > > > > ache.org>
> > > > > wrote:
> > > > > 
> > > > > Am 2017-05-15 um 20:18 schrieb Oleg Kalnichevski:
> > > > > > 
> > > > > > On Mon, 2017-05-15 at 18:34 +0200, Michael Osipov wrote:
> > > > > > > 
> > > > > > > Folks,
> > > > > > > > 
> > > > > > > > I have updated the link based on the input and put it
> > > > > > > > onto the wiki:
> > > > > > > > https://wiki.apache.org/HttpComponents/GitGuidelines
> > > > > > > > 
> > > > > > > > Here is verbatim copy:
> > > > > > > > = Typical Issue Workflow =
> > > > > > > > 
> > > > > > > >   1. Branch off master ({{{git checkout -b
> > > > > > > > <branch>/<JIRA id>
> > > > > > > > master}}})
> > > > > > > > where {{{<branch>}}} is the branch you are going to
> > > > > > > > apply the fix,
> > > > > > > > e.g.,
> > > > > > > > 4.4.x or 5.0.x and {{{<JIRA id>}}} being the JIRA you
> > > > > > > > have assigned
> > > > > > > > to
> > > > > > > > yourself, e.g., HTTPCORE-123 or HTTPCLIENT-689. Thus,
> > > > > > > > {{{git checkout
> > > > > > > > -b
> > > > > > > > 4.4.x/HTTPCORE-123 master}}}.
> > > > > > > >   1. Work on your issue and create as many commits as
> > > > > > > > you want/need
> > > > > > > >   1. Polish it, squash it or fix it up into a single
> > > > > > > > commit
> > > > > > > >   1. Ask for a review if you are uncertain
> > > > > > > >   1. Take care of a proper commit message (good reads:
> > > > > > > > [[https://chris.beams.io/posts/git-commit/|1]] and
> > > > > > > > [[https://github.com/erlang/otp/wiki/Writing-good-commi
> > > > > > > > t-messages|2
> > > > > > > > ]]
> > > > > > > > :
> > > > > > > > Put the title of the JIRA issue, e.g., [HTTPCORE-123]
> > > > > > > > Memory leak in
> > > > > > > > response, in the first line, followed by an explanation
> > > > > > > > why you did
> > > > > > > > take
> > > > > > > > this approach. The ticket desc contains the issue, your
> > > > > > > > commit
> > > > > > > > message
> > > > > > > > contains the solution. If in doubt, ask for help and
> > > > > > > > give people a
> > > > > > > > couple of days to react.
> > > > > > > >   1. Request the release manager to merge your banch
> > > > > > > > back to master
> > > > > > > > and
> > > > > > > > make sure that this merge won't incur a merge commit
> > > > > > > >   1. When you close the issue, put a link to your
> > > > > > > > commit to create a
> > > > > > > > direct relation between issue and solution.
> > > > > > > > 
> > > > > > > > =  Side Notes =
> > > > > > > > 
> > > > > > > >   1. Never rewrite (rebase) history on master or any
> > > > > > > > other long-
> > > > > > > > lived
> > > > > > > > branch because you will break others
> > > > > > > >   1. If a change comes for a PR on GitHub:
> > > > > > > >     * Apply the same above rules
> > > > > > > >     * Don't steal authorship
> > > > > > > >     * Let the reporter polish his work
> > > > > > > >     * Amend the message at the end with "This
> > > > > > > > closes/fixes #xy" and
> > > > > > > > push.
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Something else I forgot?
> > > > > > > > What do you think?
> > > > > > > > 
> > > > > > > > Please comment!
> > > > > > > > 
> > > > > > > > Michael
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Michael
> > > > > > > 
> > > > > > > 
> > > > > > > Could you please replace references to master with a
> > > > > > > 'release branch'?
> > > > > > > 
> > > > > > > In fact, I propose we abandon master altogether in favor
> > > > > > > of a
> > > > > > > versioned
> > > > > > > release branch like 5.0.x
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > Done. I second that proposal. Please don't forget to
> > > > > > request INFRA to
> > > > > > set
> > > > > > 5.0.x as the default branch otherwise people will clone and
> > > > > > won't find
> > > > > > a
> > > > > > default branch to work on.
> > > > > > 
> > > > > 
> > > > > 
> > > > > ? I do not see a "5.0.x" branch. I still see "master".
> > > > > 
> > > > 
> > > > This was just a proposal. No rename has happened yet.
> > > 
> > > 
> > > Ah, I misinterpreted "Done."
> > > 
> > 
> > I do think we are all in agreement: rename "master" to "5.0.x".
> > 
> > Gary
> > 
> > 
> > > Gary
> > > 
> > > 
> > > > 
> > > > 
> > > > 
> > > > -------------------------------------------------------------
> > > > --------
> > > > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> > > > For additional commands, e-mail: dev-h...@hc.apache.org
> > > > 
> > > > 
> > > 
> > > 
> > > --
> > > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> > > Java Persistence with Hibernate, Second Edition
> > > <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF
> > > 8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&ta
> > > g=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> > > 
> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-
> > > 20&l=am2&o=1&a=1617290459>
> > > JUnit in Action, Second Edition
> > > <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF
> > > 8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&ta
> > > g=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
> > > 
> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-
> > > 20&l=am2&o=1&a=1935182021>
> > > Spring Batch in Action
> > > <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF
> > > 8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7B
> > > linkCode%7D%7D&tag=garygregory-
> > > 20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-
> > > 20&l=am2&o=1&a=1935182951>
> > > Blog: http://garygregory.wordpress.com
> > > Home: http://garygregory.com/
> > > Tweet! http://twitter.com/GaryGregory
> > > 
> > 
> > 
> > 
> > --
> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&;
> > camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=ga
> > rygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> > 
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-
> > 20&l=am2&o=1&a=1617290459>
> > JUnit in Action, Second Edition
> > <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&;
> > camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=ga
> > rygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
> > 
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-
> > 20&l=am2&o=1&a=1935182021>
> > Spring Batch in Action
> > <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&;
> > camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7Blink
> > Code%7D%7D&tag=garygregory-
> > 20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-
> > 20&l=am2&o=1&a=1935182951>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
> > 
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to