Re: Re: Re: [patch pasky] update gitcancel.sh to handle modes as well

2005-04-14 Thread Petr Baudis
Dear diary, on Fri, Apr 15, 2005 at 01:39:06AM CEST, I got a letter where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > On Fri, 2005-04-15 at 01:15 +0200, Petr Baudis wrote: > > Dear diary, on Fri, Apr 15, 2005 at 01:04:50AM CEST, I got a letter > > where Martin Schlemmer <[EMAIL PROTECTED

Re: Re: [patch pasky] update gitcancel.sh to handle modes as well

2005-04-14 Thread Martin Schlemmer
On Fri, 2005-04-15 at 01:15 +0200, Petr Baudis wrote: > Dear diary, on Fri, Apr 15, 2005 at 01:04:50AM CEST, I got a letter > where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > > Rather use checkout-cache to sync our tree, as should do the right thing > > instead of diffing (cancel imply

Re: Re: [patch pasky] update gitcancel.sh to handle modes as well

2005-04-14 Thread Martin Schlemmer
On Fri, 2005-04-15 at 01:07 +0200, Petr Baudis wrote: > Dear diary, on Fri, Apr 15, 2005 at 01:04:50AM CEST, I got a letter > where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > > Rather use checkout-cache to sync our tree, as should do the right thing > > instead of diffing (cancel imply

Re: Re: [patch pasky] update gitcancel.sh to handle modes as well

2005-04-14 Thread Petr Baudis
Dear diary, on Fri, Apr 15, 2005 at 01:04:50AM CEST, I got a letter where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > Rather use checkout-cache to sync our tree, as should do the right thing > instead of diffing (cancel imply just blow away everything). > > Signed-off-by: Martin Schlemm

Re: [patch pasky] update gitcancel.sh to handle modes as well

2005-04-14 Thread Martin Schlemmer
On Fri, 2005-04-15 at 00:57 +0200, Martin Schlemmer wrote: > Hi, > > gitcancel.sh do not handle mode changes: > > > $ chmod -x Makefile > $ git cancel > patch: Only garbage was found in the patch input. > > > Rather use checkout-cache to sync our tree, as should do the right thing

Re: update gitcancel.sh to handle modes as well

2005-04-14 Thread Petr Baudis
Dear diary, on Fri, Apr 15, 2005 at 12:57:25AM CEST, I got a letter where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > Hi, > > gitcancel.sh do not handle mode changes: > > > $ chmod -x Makefile > $ git cancel > patch: Only garbage was found in the patch input. > > > Rath

[patch pasky] update gitcancel.sh to handle modes as well

2005-04-14 Thread Martin Schlemmer
Hi, gitcancel.sh do not handle mode changes: $ chmod -x Makefile $ git cancel patch: Only garbage was found in the patch input. Rather use checkout-cache to sync our tree, as should do the right thing instead of diffing (cancel imply just blow away everything). Signed-off-by: Mar