Re: [PATCH v2] git tag --contains : avoid stack overflow
From: Jeff King <hidden> Date: 2016-06-15 23:00:48
On Wed, Apr 23, 2014 at 09:53:25AM +0200, Stepan Kasal wrote:
I have found out that "ulimit -s" does not work on Windows.
Adding this as a prerequisite, we will skip the test there.
I found this bit weird, as the test originated on Windows. Did it never
actually cause a failure there (i.e., the "ulimit -s" doesn't do
anything)? Or does "ulimit" fail?
-Peff