From ff06547286837af17b586b256a3d7ac226f2c382 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 19 Mar 2026 20:02:06 +0000 Subject: [PATCH] Actually comment out a comment. --- gitattributesdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitattributesdb b/gitattributesdb index bea9e33..4d2039f 100755 --- a/gitattributesdb +++ b/gitattributesdb @@ -171,7 +171,7 @@ store_attributes() { fi PATHRECORD+="$PATHCOMPONENT/" done <<<"$NAME" - Add the file itself to the database. + # Add the file itself to the database. if add_db_entry "$NAME"; then (( ADD_COUNT++ )) else