Re: [aur-dev] [PATCH] Revert "Use system rm in rm_rf function."

2008-11-03 Thread Loui
On Fri, Oct 24, 2008 at 08:04:19PM -0500, Dan McGee wrote: > Just a FYI- pretty much every other project I've hacked on using GIT > uses master as their location of the current work. :) Yeah that does make a lot of sense. I guess we're living in the shadow of our predecessors and didn't think twic

Re: [aur-dev] [PATCH] Revert "Use system rm in rm_rf function."

2008-10-24 Thread Dan McGee
On Fri, Oct 24, 2008 at 6:46 PM, Loui <[EMAIL PROTECTED]> wrote: > On Fri, Oct 24, 2008 at 04:29:01PM -0500, Dan McGee wrote: >> This reverts commit 5c3f01909301f641f57b2ffe8b59609de6be2256. Falling back >> to a system function is really dumb when all we need to do is fix the >> ordering of things

Re: [aur-dev] [PATCH] Revert "Use system rm in rm_rf function."

2008-10-24 Thread Loui
On Fri, Oct 24, 2008 at 04:29:01PM -0500, Dan McGee wrote: > This reverts commit 5c3f01909301f641f57b2ffe8b59609de6be2256. Falling back > to a system function is really dumb when all we need to do is fix the > ordering of things in this function. Falling back on a system function can be dumb, but

[aur-dev] [PATCH] Revert "Use system rm in rm_rf function."

2008-10-24 Thread Dan McGee
This reverts commit 5c3f01909301f641f57b2ffe8b59609de6be2256. Falling back to a system function is really dumb when all we need to do is fix the ordering of things in this function. Signed-off-by: Dan McGee <[EMAIL PROTECTED]> --- Guys, I sent the last patches based off of the master branch- loo