tangled
alpha
login
or
join now
rockorager.dev
/
lsr
60
fork
atom
ls but with io_uring
60
fork
atom
overview
issues
9
pulls
1
pipelines
build: generate dev version strings better
rockorager.dev
10 months ago
8e3319ec
432b7965
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+2
1 changed file
expand all
collapse all
unified
split
build.zig
+2
build.zig
···
82
"-C",
83
b.build_root.path orelse ".",
84
"describe",
0
0
85
"--tags",
86
"--abbrev=9",
87
}, &code, .Ignore) catch {
···
82
"-C",
83
b.build_root.path orelse ".",
84
"describe",
85
+
"--match",
86
+
"*.*.*",
87
"--tags",
88
"--abbrev=9",
89
}, &code, .Ignore) catch {