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/> References: <bug-252664-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252664 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- It comes from standard git terminology, e.g. from `git describe` --dirty[=3D<mark>], --broken[=3D<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 loc= al modification, Git will error out, unless `--broken' is given, wh= ich appends the suffix "-broken" instead. Perhaps we could use e.g. --dirty=3D-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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252664-227-FdARFzjRGs>