Re: [PATCH] update-ref: Handle large transactions properly

2015-01-20 Thread Stefan Beller
On Tue, Jan 20, 2015 at 5:20 PM, Stefan Beller wrote: > Test if we can do arbitrary large transactions. Currently this is a known > bug that we cannot do large transactions, so document it at least in the > test suite. > > Signed-off-by: Stefan Beller > --- > t/t1400-update-ref.sh | 27 +

[PATCH] update-ref: Handle large transactions properly

2015-01-20 Thread Stefan Beller
Test if we can do arbitrary large transactions. Currently this is a known bug that we cannot do large transactions, so document it at least in the test suite. Signed-off-by: Stefan Beller --- t/t1400-update-ref.sh | 27 +++ 1 file changed, 27 insertions(+) diff --git a/t