Re: [PATCH] t0091: allow test in a repository without tags
From: Eric Sunshine <hidden>
Date: 2024-01-30 20:53:20
From: Eric Sunshine <hidden>
Date: 2024-01-30 20:53:20
On Tue, Jan 30, 2024 at 2:03 PM Junio C Hamano [off-list ref] wrote:
The beginning of the [System Info] section, which should match the "git version --build-options" output, may not identify our version as "git version 2.whatever". When build in a repository cloned
s/build/built/
without tags, for example, "git version unknown.g00000000" can be a legit version string. Signed-off-by: Junio C Hamano <redacted>