Samuli Seppänen wrote: > git clone <repository_url> > # do your changes > # then git <something> to create and mail a patch to -devel
chantra wrote: > # do changes > $ git diff > my_patch Please make sure to always create commits in your repo before sending a patch. Once you have made a commit it is easy to generate a patch using the git format-patch command. //Peter