Re: [hatari-devel] HDC code update patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] HDC code update patch
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 19 Mar 2022 18:18:49 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1647713932; bh=yCtWmsCyTyO6Mnqojis154Gs3rQk7+Zjy8gA3nvT+u4=; h=Date:From:To:Subject:From; b=ZojJFck34DX/u+TugT0sSxPYHm1l6MLW55Al9AJtG5xrnI1yDpSPBS8OmshwNY4Ce i7hXrd/IR6bR4aVYwiD4LbxatOorIY/1rIWn5Fnv6c4MRUBtlFLlf0vHLxDVVUsUfR 2gyN/PZ4d/sKNis1lWaYApyISGmGBINl/VCtrRrlm8q3a1rZeHp0HkcelEV32WSPbd 5m4yjHgl2uMZT1+Ueb/Fip9KquDmQJBq0rDNl+0c2+DrVBm/5GlyhGBaAMuMCm6S6d gR5Aip9ivKPHcqoNP8zjeEB1mI0rk1UxDmIbr52Aywr6EXDCGF/pEC5xpFJWcYnzs2 i66OqHSzK3QYA==
Am Mon, 14 Mar 2022 19:44:48 +0100
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> Does it have to be this complicated? I have been working with several
> projects using git, also in my job, but this is the most complicated
> approach I have seen so far ;-).
Sending patches to mailing list is also what the Linux kernel and other big
projects are using. It's certainly one way of scaling the patch reviews,
e.g. if multiple mailing lists are involved (like with the Linux kernel).
But of course Hatari isn't such a big project yet ;-)
> Is there a git repository I can clone, so that I can raise a PR against my
> changes? This also retains the other and has other advantages.
There is already https://github.com/hatari/hatari or
https://gitlab.com/huth/hatari ... you can open a merge requests there,
but it's currently more cumbersome for me since I then have to move the
patches manually to the main repository.
Thomas