Re: [pasky] recent changes to gitdiff.sh

2005-04-18 Thread Martin Schlemmer
On Mon, 2005-04-18 at 12:40 +0200, Petr Baudis wrote: > Dear diary, on Mon, Apr 18, 2005 at 12:40:08PM CEST, I got a letter > where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > > Hi, > > Hello, > > > I see the recent changes to gitdiff.sh requires you to pass -r (git diff > > -r local:$

Re: [pasky] recent changes to gitdiff.sh

2005-04-18 Thread Petr Baudis
Dear diary, on Mon, Apr 18, 2005 at 12:40:08PM CEST, I got a letter where Martin Schlemmer <[EMAIL PROTECTED]> told me that... > Hi, Hello, > I see the recent changes to gitdiff.sh requires you to pass -r (git diff > -r local:$tracking) even if you separate the branches via ':'. Is this > intend

[pasky] recent changes to gitdiff.sh

2005-04-18 Thread Martin Schlemmer
Hi, I see the recent changes to gitdiff.sh requires you to pass -r (git diff -r local:$tracking) even if you separate the branches via ':'. Is this intended (seems like it)? If so, then gittrack.sh, gitpull.sh and gitmerge.sh needs to be updated ... (I did not want to add a patch as I am not su