How Red Hat uses GitLab for kernel development
How Red Hat uses GitLab for kernel development
Posted Oct 3, 2021 19:15 UTC (Sun) by mkubecek (guest, #130791)In reply to: How Red Hat uses GitLab for kernel development by bfields
Parent article: How Red Hat uses GitLab for kernel development
How about "git range-diff origin/master foo-v1 foo-v2"? Or "git range-diff [prev base]..foo-v1 origin/master..foo-v2" if I still have the branch from v1 review and don't want to rebase it.
