On Sun, Feb 22, 2009 at 5:33 AM, Bryan Ischo <bji-keyword-pacman.3644cb@www.ischo.com> wrote:
I'm not trying to solve every existing problem with the pacman source. I'm just trying to add a new feature without making the code any 'worse' than it was ...
And to be honest, I would be happy to add this documentation, but ... I've already constructed and re-constructed my git patches so many times to satisfy requests on this list, I'm afraid I have no more energy to do it all over again just to add some comments in a place where no comments existed previously. Sorry :(
Just out of curiousity, how have you been making changes to your patches? You do know git makes this quite painless with tools like rebase and rebase -i. Part of the reason we make so many requests is because changing patches is not a big deal with git, but if you don't use the tools to your advantage I could see it being painful. -Dan