You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/version
Chenyang Gao e8b06b2232 version: properly handle vcs.modified when it's "false"
Current code will set the "dirty" field of VersionInfo always "true"
if vcs.modified flag is there. No matter whether the flag is "true" or
"false".  It will make sense to set this field due to vcs.modified
value, not only the existence of the key.

Signed-off-by: Chenyang Gao <gps949@outlook.com>
1 year ago
..
distro
mkversion
.gitignore
cmdname.go
cmdname_ios.go
cmp.go
cmp_test.go
export_test.go
modinfo_test.go
print.go
prop.go
race.go
race_off.go
version.go version: properly handle vcs.modified when it's "false" 1 year ago
version_test.go