Date: Fri, 15 Jan 2021 03:20:05 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252664] change "-dirty" uname -v designator to something less obtrusive Message-ID: <bug-252664-227-FdARFzjRGs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252664-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252664 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- It comes from standard git terminology, e.g. from `git describe` --dirty[=<mark>], --broken[=<mark>] Describe the state of the working tree. When the working tree matches HEAD, the output is the same as "git describe HEAD". If the working tree has local modification "-dirty" is appended to it. If a repository is corrupt and Git cannot determine if there is local modification, Git will error out, unless `--broken' is given, which appends the suffix "-broken" instead. Perhaps we could use e.g. --dirty=-modified or such. Separately, one of the advantages of git is that you can track any local changes, so I'd suggest committing all changes in place on a system that innocent end users would connect to. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252664-227-FdARFzjRGs>
