On Thu, Nov 29, 2012 at 09:33:23PM +0200, Barbu Paul - Gheorghe wrote: > On 11/29/2012 02:25 AM, Christoph Lohmann wrote: > Now I have a question: > > How can be patches for dwm be managed via git? > I mean I need a patch queue somehow, I'm thinking branches, I'll > create a local branch with my patches applied and I will hack > through its history. > > What are you guys suggesting/using?
I imagine you can keep your own local branch, and rebase it upon suckless' master branch, when it changes. Cheers, Rob