Hello,
> Most of the time, a good patch is one resulting in the cleanest (most
> obvious) code. Keeping the patch itself simpler is not a goal, except in
> bugfix releases.
Hm... A very good point. I'll keep this in mind for the future, thank
you.
Regards,
scolobb
Hi,
On Mon, Aug 10, 2009 at 04:13:38PM +0300, Sergiu Ivanov wrote:
> On Sat, Aug 08, 2009 at 04:53:29AM +0200, olafbuddenha...@gmx.net wrote:
> > On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote:
> > > On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote:
> > > > On
Hello,
On Sat, Aug 08, 2009 at 04:53:29AM +0200, olafbuddenha...@gmx.net wrote:
> On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote:
> > On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote:
> > > On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote:
>
> >
Hi,
On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote:
> On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote:
> > On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote:
> > > +/* Shows the mode in which the current instance of unionmount
> > > + operates
>From 38ee759112cfc93a6e8edbed35d7550e998513e3 Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Tue, 14 Jul 2009 16:36:05 +
Subject: [PATCH 1/4] Add the ``--no-mount'' option.
* mount.c (transparent_mount): New variable.
* mount.h (transparent_mount): Likewise.
* netfs.c (netf
Hello,
On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote:
> On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote:
>
> > diff --git a/mount.c b/mount.c
> > index 7045423..4d12cd6 100644
> > --- a/mount.c
> > +++ b/mount.c
> > @@ -40,6 +40,10 @@ mach_port_t mountee_por
Hi,
On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote:
> diff --git a/mount.c b/mount.c
> index 7045423..4d12cd6 100644
> --- a/mount.c
> +++ b/mount.c
> @@ -40,6 +40,10 @@ mach_port_t mountee_port;
>
> int mountee_started = 0;
>
> +/* Shows the mode in which the current instance
>From da538ce70651fa552f8fce67d34e87c5c66be31c Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Tue, 14 Jul 2009 16:36:05 +
Subject: [PATCH 1/4] Add the ``--no-mount'' option.
* mount.c (transparent_mount): New variable.
* mount.h (transparent_mount): Likewise.
* netfs.c (netf