RE: CruiseControl.NET hangs on git-submodule bad file descriptor

2015-12-17 Thread Alexander Skrinnik
: CruiseControl.NET hangs on git-submodule bad file descriptor Hi Alexander, you might want to refrain from top-posting on this list in the future. Just sayin' ;-) On Thu, 17 Dec 2015, Alexander Skrinnik wrote: > I found workaround, CC.NET invokes bat-file with command: > git submodule

RE: CruiseControl.NET hangs on git-submodule bad file descriptor

2015-12-17 Thread Johannes Schindelin
Hi Alexander, you might want to refrain from top-posting on this list in the future. Just sayin' ;-) On Thu, 17 Dec 2015, Alexander Skrinnik wrote: > I found workaround, CC.NET invokes bat-file with command: > git submodule foreach git checkout "myBranch" > It works fine. But looks like the is

RE: CruiseControl.NET hangs on git-submodule bad file descriptor

2015-12-17 Thread Alexander Skrinnik
ik Cc: git@vger.kernel.org Subject: Re: CruiseControl.NET hangs on git-submodule bad file descriptor Hi Alexander, On Thu, 17 Dec 2015, Alexander Skrinnik wrote: > I had installed CruiseControl.NET 1.8.5 and Git-1.9.5-preview20150319 > CC.NET invokes bat-file which invokes git submodule foreach

Re: CruiseControl.NET hangs on git-submodule bad file descriptor

2015-12-17 Thread Johannes Schindelin
Hi Alexander, On Thu, 17 Dec 2015, Alexander Skrinnik wrote: > I had installed CruiseControl.NET 1.8.5 and Git-1.9.5-preview20150319 > CC.NET invokes bat-file which invokes > git submodule foreach git checkout "myBranch" > > It worked good. > Today I upgraded git to 2.6.4 and CC.NET fails on th