Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-02-26 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-02-26 Thread Erik Faye-Lund
On Tue, Feb 26, 2013 at 12:51 AM, Junio C Hamano wrote: > My question was if msysgit folks > want me to take your patch (which I cannot test myself) and then > merge my tree to the msysgit tree as part of their regular updates > to catch up with 1.8.2 (and future releases), or they want to test >

Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-02-26 Thread Johannes Schindelin
Hi Karsten, On Tue, 26 Feb 2013, Karsten Blees wrote: > @Pat, Dscho: the rebase-merge script should automatically drop patches > found in upstream, correct? Yep, that's the idea. Under some circumstances, --cherry will fail to pick up on it and the commits will still be marked for 'pick', but wh

Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-02-25 Thread Karsten Blees
Am 25.02.2013 07:43, schrieb Junio C Hamano: > Erik Faye-Lund writes: > >> On Thu, Jan 10, 2013 at 1:10 PM, Karsten Blees >> wrote: >>> Changes since initial version (see attached diff for details): >>> - split in two patches >>> - removed unused variables >>> - improved the dll error message >

Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-02-25 Thread Junio C Hamano
Karsten Blees writes: > Am 25.02.2013 07:43, schrieb Junio C Hamano: >> Erik Faye-Lund writes: > ... >> I'm in the "marking leftover bits" mode today, and noticed that >> nothing happened for this topic in my tree. Did msysgit folks expect >> me to pick this up directly, or did you guys want to

Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-02-24 Thread Junio C Hamano
Erik Faye-Lund writes: > On Thu, Jan 10, 2013 at 1:10 PM, Karsten Blees > wrote: >> Changes since initial version (see attached diff for details): >> - split in two patches >> - removed unused variables >> - improved the dll error message >> - changed ?: to if else >> - added comments >> >> Als

Re: [PATCH v2 0/2] improve-wincred-compatibility

2013-01-11 Thread Erik Faye-Lund
On Thu, Jan 10, 2013 at 1:10 PM, Karsten Blees wrote: > Changes since initial version (see attached diff for details): > - split in two patches > - removed unused variables > - improved the dll error message > - changed ?: to if else > - added comments > > Also available here: > https://github.com

[PATCH v2 0/2] improve-wincred-compatibility

2013-01-10 Thread Karsten Blees
Changes since initial version (see attached diff for details): - split in two patches - removed unused variables - improved the dll error message - changed ?: to if else - added comments Also available here: https://github.com/kblees/git/tree/kb/improve-wincred-compatibility-v2 git pull git://gith