Re: [PATCHv1 0/6] Fix bug in large transactions

2015-01-22 Thread Stefan Beller
On Thu, Jan 22, 2015 at 9:58 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> v2 applies to sb/atomic-push instead of next and will result in a one >> line merge conflict with next. > > I acctually tried to apply on 'next' and also on 'sb/atomic-push' > and both failed. That's strange inde

Re: [PATCHv1 0/6] Fix bug in large transactions

2015-01-22 Thread Junio C Hamano
Stefan Beller writes: > v2 applies to sb/atomic-push instead of next and will result in a one > line merge conflict with next. I acctually tried to apply on 'next' and also on 'sb/atomic-push' and both failed. I had to wiggle the patches to make them apply on the latter, and that is what is que

Re: [PATCHv1 0/6] Fix bug in large transactions

2015-01-22 Thread Stefan Beller
On Thu, Jan 22, 2015 at 12:00 AM, Junio C Hamano wrote: > Jeff King writes: > >> On Wed, Jan 21, 2015 at 03:23:39PM -0800, Stefan Beller wrote: >> >>> (reported as: git update-ref --stdin : too many open files, 2014-12-20) >>> >>> First a test case is introduced to demonstrate the failure, >>> th

Re: [PATCHv1 0/6] Fix bug in large transactions

2015-01-22 Thread Junio C Hamano
Jeff King writes: > On Wed, Jan 21, 2015 at 03:23:39PM -0800, Stefan Beller wrote: > >> (reported as: git update-ref --stdin : too many open files, 2014-12-20) >> >> First a test case is introduced to demonstrate the failure, >> the patches 2-6 are little refactoring and the last patch >> fixes

Re: [PATCHv1 0/6] Fix bug in large transactions

2015-01-21 Thread Jeff King
On Wed, Jan 21, 2015 at 03:23:39PM -0800, Stefan Beller wrote: > (reported as: git update-ref --stdin : too many open files, 2014-12-20) > > First a test case is introduced to demonstrate the failure, > the patches 2-6 are little refactoring and the last patch > fixes the bug and also marks the

[PATCHv1 0/6] Fix bug in large transactions

2015-01-21 Thread Stefan Beller
(reported as: git update-ref --stdin : too many open files, 2014-12-20) First a test case is introduced to demonstrate the failure, the patches 2-6 are little refactoring and the last patch fixes the bug and also marks the bugs as resolved in the test suite. Unfortunately this applies on top of