[Bug 282901] find(1): ls(1) equivalent for "-ls" is wrong

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 22 Nov 2024 14:58:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282901

Alexander Ziaee <ziaee@runbox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |jhb@FreeBSD.org,
                   |                            |ziaee@runbox.com

--- Comment #1 from Alexander Ziaee <ziaee@runbox.com> ---
Nice find! The correct way to link the commit is to add a trailer to the commit
message saying `Fixes: <tab> {first 8 or so characters of the commit hash}
(something about the commit so it can be searched in the distant future when 8
characters becomes ambiguous)`.

One possible example commit message:
```
find.1: update manual for -ls to match logic

Fixes:          3bfbb521(Improve POSIX compatibility for -g and -n)
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.