Pylons / pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
95 stars 53 forks source link

renaming `master` branch to `main` #117

Closed jvanasco closed 1 year ago

jvanasco commented 1 year ago

This PR to the "master" branch replaces all occurrences of the "master" branch with "main".

I believe the two options to handle the rename are:

See also:: https://github.com/Pylons/pyramid/issues/3712

stevepiercy commented 1 year ago

Please resolve the merge conflicts.

jvanasco commented 1 year ago

@stevepiercy I'm going to abort this PR and start from scratch. Somehow the origin and local copies broke with the upstream.

jvanasco commented 1 year ago

@stevepiercy I think things broke because of some issues with the repo.

According to the README:

however, look at the commit histories here:

It seems these two diverged quite a bit at some point. Shouldn't latest have fewer commits than master ?

stevepiercy commented 1 year ago

I don't know about commit counts. Some people make many small commits, and others make one big one. I would not give it any weight.

If the issue is lack of development, yeah, it's been very quiet in here since 2.0 was released on 2021-02-28. That is expected.

Between Pyramid and this cookiecutter, the master branches align, whereas latest here now aligns with 2.0-branch (and before that 1.10-branch, 1.9-branch, and so on) in Pyramid.

What is the problem you see?

jvanasco commented 1 year ago

Based on the description, I assume that "master" would have the full commit history of "latest". (i.e. latest is branched off master). Were these two branches independently developed?

stevepiercy commented 1 year ago

A branch may diverge from master because we're fixing bugs on that branch, just like in Pyramid.

jvanasco commented 1 year ago

resubmitted in #118