On Sun, Oct 4, 2015 at 6:22 PM, shua lloret <[email protected]> wrote: > You should change the website if git diff is not the correct way to create > patches. > > http://dwm.suckless.org/patches/ > http://surf.suckless.org/patches/ > http://tools.suckless.org/dmenu/patches/ > http://tools.suckless.org/ii/patches/ > http://tools.suckless.org/sic/patches/ > http://tools.suckless.org/tabbed/patches/ >
It is correct to use if it's a (feature) patch for the wiki. For patches against the current code it is encouraged to use format-patch so they can be applied directly (with git am). I'll update the wiki soon (hacking.md). Kind regards, Hiltjo
