git: 3a2ec5957ea9 - stable/14 - RELNOTES: Document that grep no longer follows symlinks by default

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Sat, 30 Nov 2024 21:28:24 UTC
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=3a2ec5957ea95dc9ac22ad8e5b57bcb5c2a59208

commit 3a2ec5957ea95dc9ac22ad8e5b57bcb5c2a59208
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-11-30 21:28:01 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-11-30 21:28:01 +0000

    RELNOTES: Document that grep no longer follows symlinks by default
---
 RELNOTES | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 1ff7364f0ed5..e1ed1d18fc63 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+83f1b98d8227:
+	grep(1) no longer follows symbolic links by default for
+	recursive searches.  This matches the documented behavior in
+	the manual page.
+
 c333758fca3e:
 	new MAC/do policy and mdo(1) utility which enables a user to
 	become another user without the requirement of setuid root.