GithubHelp home page GithubHelp logo

Comments (5)

cdman avatar cdman commented on September 18, 2024

IMHO it is really unfortunate that GitHub doesn't support the rebase / fast-forward merge workflow from the UI :-(. These merge commits don't provide any useful information and are just noise in the history.

from blog.

lukego avatar lukego commented on September 18, 2024

@cdman do the merge commits tell us anything interesting about the way each project is developed?

from blog.

vy avatar vy commented on September 18, 2024

Interesting list @lukego. I also wonder the same question: What do the merge commits really tell us?

from blog.

lukego avatar lukego commented on September 18, 2024

@vy: I'll interpret one:

The LuaJIT merge commits tell us that upstream is maintaining two branches in parallel: the stable master branch and the development v2.1 branch. Bug fixes are committed to the master branch and then merged onto the v2.1 branch so that they land in both places. Features are committed to the v2.1 branch only and are not merged back onto the stable branch.

This workflow is supported by git merge because it makes sure that each commit on the master branch is applied to the v2.1 branch exactly once.

Somebody else's turn to interpret the next one :)

from blog.

lheckemann avatar lheckemann commented on September 18, 2024

Some further reading on linux merge commits

from blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.