User avatar
Knievelcat neocat_evil @knievelcat@amazonawaws.com
1w
I always rebase my git patches. I have not found a use-case for merging yet. If you use git merge: why? I don't like merge commits because they pollute my git history.

4
0
3
0

User avatar
Ingo van Lil @inguin@nerdculture.de
1w
@knievelcat
My team merges between concurrently maintained release branches.

Say we have an old LTS branch where we only make security fixes, a stable branch were smaller features are implemented, and an unstable development branch. We merge frequently from the older branches into the newer ones to make sure no fixes are lost.

The actual development process within those branches is linear, i.e. pull requests are rebased upon acceptance.
0
0
1
0
User avatar
Sandro nixos verified_gay @sandro@c3d2.social
1w
@knievelcat don't you want to know which commits came in with a PR?
1
0
0
0
User avatar
Knievelcat neocat_evil @knievelcat@amazonawaws.com
1w
@sandro I guess that's a use-case for merging I haven't thought of yet. I don't maintain anything where I merge PRs from others but if I do I will probably also merge
0
0
0
0
User avatar
kmohrf (er/he) @kmohrf@social.tchncs.de
1w
@knievelcat 💯 and a merge commit with actual code changes is a wonderful way to waste somebody's time!
0
0
1
0
User avatar
Richard Levitte @levitte@mastodon.nu
1w
@knievelcat
I'm not so fond of linear history, because it hides conflict resolution of parallel work, as well as the fact that parallel work is happening.

What is noise to you is historical information to me. To each their own?
0
0
1
0