Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2024 14:58:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282901] find(1): ls(1) equivalent for "-ls" is wrong
Message-ID:  <bug-282901-227-xKfntmSeqq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282901-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=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 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-282901-227-xKfntmSeqq>