[Dnsmasq-discuss] patches welcome

Geert Stappers stappers at stappers.nl
Mon Feb 12 16:30:57 GMT 2018


On Mon, Feb 12, 2018 at 03:18:25PM -0000, Andy Hawkins wrote:
> In article <edc06706-d46f-9c81-c3b5-b3b81e5c308c at mail.com>, john doe wrote:
> > Idealy, you would clone the dnsmasq repository, then you would do your 
> > changes then commit (git commit -s) them and finaly send the patch.
> 
> I've already done most of that. I posted the output of git diff in an
> earlier message.
> 
> What git command should I use to generate the appropriate patch?
> 


git checkout -f -b newfeature
# development
git commit
git format-patch master
git send-email


See e.g. https://pve.proxmox.com/wiki/Developer_Documentation#Checking_out_a_git_repository
for a more verbose version.


Groeten
Geert Stappers
-- 
Leven en laten leven



More information about the Dnsmasq-discuss mailing list