|
|
Subscribe / Log in / New account

How Red Hat uses GitLab for kernel development

How Red Hat uses GitLab for kernel development

Posted Oct 3, 2021 6:39 UTC (Sun) by anmoch (subscriber, #85760)
In reply to: How Red Hat uses GitLab for kernel development by fratti
Parent article: How Red Hat uses GitLab for kernel development

Git has a native diff tool for ranges of commits: https://git-scm.com/docs/git-range-diff


to post comments

How Red Hat uses GitLab for kernel development

Posted Oct 3, 2021 17:41 UTC (Sun) by marcH (subscriber, #57642) [Link]

> Git has a native diff tool for ranges of commits: https://git-scm.com/docs/git-range-diff

And neither gitlab not github do range-diff : https://gitlab.com/gitlab-org/gitlab/-/issues/24096

Github is especially bad at it.

Of course using a forge and git range-diff are not mutually exclusive, in fact it's easier than pure email + range-diff.

How Red Hat uses GitLab for kernel development

Posted Oct 3, 2021 19:19 UTC (Sun) by bfields (subscriber, #19510) [Link]

Somehow I missed that!

It's fun to do things like 'git range-diff origin/master mwork@{1} mywork'

Very neat, I've always wanted that--though honestly I feel like I've gotten long OK without.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds