emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64027: closed ([PATCH] dircolors: update list of backup file extensi


From: GNU bug Tracking System
Subject: bug#64027: closed ([PATCH] dircolors: update list of backup file extensions)
Date: Mon, 12 Jun 2023 21:03:02 +0000

Your message dated Mon, 12 Jun 2023 22:02:17 +0100
with message-id <0b4f39b4-03f3-4bd1-4f6a-035584209154@draigBrady.com>
and subject line Re: bug#64027: [PATCH] dircolors: update list of backup file 
extensions
has caused the debbugs.gnu.org bug report #64027,
regarding [PATCH] dircolors: update list of backup file extensions
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64027: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64027
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] dircolors: update list of backup file extensions Date: Mon, 12 Jun 2023 23:27:37 +0300
* src/dircolors.hin: sort backup section by extension
* src/dircolors.hin: treat .dpkg-new and .dpkg-tmp as backup files
https://www.debian.org/doc/manuals/debian-handbook/sect.package-meta-information.en.html#sect.conffiles
* src/dircolors.hin: treat .crdownload (Chromium based browsers' partial
download) as a backup file
---
 src/dircolors.hin | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index 262e1b5ec..353831cdf 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -228,20 +228,23 @@ EXEC 01;32
 *~ 00;90
 *# 00;90
 .bak 00;90
+.crdownload 00;90
+.dpkg-dist 00;90
+.dpkg-new 00;90
+.dpkg-old 00;90
+.dpkg-tmp 00;90
 .old 00;90
 .orig 00;90
 .part 00;90
 .rej 00;90
+.rpmnew 00;90
+.rpmorig 00;90
+.rpmsave 00;90
 .swp 00;90
 .tmp 00;90
-.dpkg-dist 00;90
-.dpkg-old 00;90
 .ucf-dist 00;90
 .ucf-new 00;90
 .ucf-old 00;90
-.rpmnew 00;90
-.rpmorig 00;90
-.rpmsave 00;90
 
 #
 # Subsequent TERM or COLORTERM entries, can be used to add / override
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#64027: [PATCH] dircolors: update list of backup file extensions Date: Mon, 12 Jun 2023 22:02:17 +0100 User-agent: Mozilla Thunderbird
On 12/06/2023 21:27, Ville Skyttä wrote:
* src/dircolors.hin: sort backup section by extension
* src/dircolors.hin: treat .dpkg-new and .dpkg-tmp as backup files
https://www.debian.org/doc/manuals/debian-handbook/sect.package-meta-information.en.html#sect.conffiles
* src/dircolors.hin: treat .crdownload (Chromium based browsers' partial
download) as a backup file

Applied.

thanks,
Pádraig


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]