zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7e0c25eccd8d9bc5b77953dbc9a39a26e383c550 (tree)
parent 21620f3c652bc874776acc7251f05b25d2838019
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat,  8 Mar 2025 11:15:44 -0800

Revert "build: Don't check parent directories for git tag"

This reverts commit 21620f3c652bc874776acc7251f05b25d2838019.

This breaks running `zig build` from subdirectories.

Diffstat:
Mbuild.zig | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/build.zig b/build.zig @@ -259,8 +259,6 @@ pub fn build(b: *std.Build) !void { "git", "-C", b.build_root.path orelse ".", - "--git-dir", - ".git", "describe", "--match", "*.*.*",