Re: [hatari-devel] [PATCH] Add joystick button index configuration |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] [PATCH] Add joystick button index configuration
- From: Christian Zietz <czietz@xxxxxxx>
- Date: Fri, 28 Jul 2023 17:57:27 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=s31663417; t=1690559847; x=1691164647; i=czietz@xxxxxxx; bh=3PVy3QQjey6S1ITtIrgnZJ6CPLMxfBd+OuwvNryuJIk=; h=X-UI-Sender-Class:Date:To:References:From:Subject:In-Reply-To; b=GKpOObHl5q2JB6aRErH33U68fZlf4djEIBUn/l5Tm7rUCG4Cc3/d3D+1Ah4Cc8Nf2gfBdqB hGM8ZBD4bad4fEZczye7XAeKBaw/QOt8XYMV143l3P3QyaBNnFXWA7zfQZido9x2ou/RF0rqx eqWaJDnWA4efermp82z9Bnm6rS8Cu6yLl238tmvTnhfcgEPtZk7Ngbb0uFyCHut44bWnYZwwS Fh77fYS34CugEdpzuDXgjrBwlQUlryDmD/9+zIHCPVfSLQWSPqbReva5mwO2siuJASRBw+wbU OkMvhd823CjR0AajDW3y4l9wcmTW7zfdHfUbPBfhWuYylPqFh8eA==
- Ui-outboundreport: notjunk:1;M01:P0:l7k8I1FM4bU=;xYxNXsLUSN3hGeiuLuOJ847c8iL OiNADrPGuVEOizjuoJcfcC0+G8yF/gHisIEcWb3tXGaoThAG0onTEPIfcbFFUQ4Lnsio+dynL s4mHqsL0bbbQOYoZ3SZkOQBcYVys1hlgOEHetdYHdEnv881kARftehxEnpPHUoqZ7jdlqkk4w 5dE8iwzA7gEo/iV9jz2Y5MFI9dzkG34/CL3oWQ+/mTAvYAqbbiI7j5ytXKvHp8uXhrG9yZNKw Rz0uUMA1gTTMHeFr3WLzZdWFFbYF6BCdr7vAgyDY22yVUKljCq6z53/I5qKlWNXa5I7q9s5ik 9BPEKGSks3Q0Wx2sh11sstx1gSTsPsSp+zCctNCk0Ya8fqambHTSL0GYi+/mIbMtcIlRidAA5 wwlJcZUmeB97EAQFQfCM+F1Kfs1CPg8Q610dBHgYA/etG2x+CyKYVgPSWyhDpoNNhXACA+Ir9 iZ+HntGg2hdx8mmNMY4z4UCnULWliXsuo9KS/MlJBEkKpcEX8hW2imDc3a4RxsksQM4bWrWwh m6RBMPZo9UPNiyj/bWHs/n0ANFV0bOr1dgCV71g6ujX0OEHisOYe50teFcQpGHzVBkzPg5DLf ZLAJxWMNQ7KDYKrRsRnIcATd+jTYQvigoyH5jLNBxYAbrZMmIoCgd5x9ck94J416gR8CreFzX kRxdt51Dbu8cBmKf/WUlp7cg4RI5a0WUXkYrRdETHQbrgOWSukaMUH0CP5MOpBjA6vMMvWGXY EnhBfVu58EpkuJFjDsFTZ+oFVHzaEPC4eIIFkEvuMd+B1COQYiNdlPLF4NUMaN8LF9SqG6kHO Ne2eLcOTIrYjAU9Vmuqa6BfijQCEVlPMkXT/tM4LbqOfKpEFoedV6VmbyL6kImn7Kl4MIu9M0 uRPGFjWdhi1pmEnHxRHHLJlFKRwE+4AMF5UaaS5ix8ts1bcT6AmJAntuUWjYWloTh2bQcTpBM fGC3sg==
Eero Tamminen schrieb:
It's better to commit the changes to a local tree first and use
something like "git format-patch HEAD~1" [1] to produce the patch(es),
so they can be applied directly to Hatari Git with correct attributions.
I would propose to go even one step further. Apologies to everyone who
already knows this.
Create a new local branch for each feature that you want to work on:
"git checkout -b branch_name". Commit the changes only to your local
branch. That way, you can easily switch back and forth between the
official version and your changes for testing, by using "git checkout
master" and "git checkout branch_name".
When ready for posting the patches, get the latest version of "master"
from the repo: "git pull" while the master branch is currently checked
out or else "git fetch origin master:master". Rebase your changes on top
of the current master. You can use this moment to do an interactive
rebase instead "git rebase -i master" to squash or shuffle your commits
so they form sensible entities.
Then use "git format-patch master" to get the patch(es) to submit to the
maintainers.
Regards
Christian
--
Christian Zietz - CHZ-Soft - czietz@xxxxxxx
WWW: https://www.chzsoft.de/
New GnuPG-Key-ID: 0x8708B34C827B159E