[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#37189: 25.4.1: vc-hg-ignore implementation is missing
From: |
Wolfgang Scherer |
Subject: |
bug#37189: 25.4.1: vc-hg-ignore implementation is missing |
Date: |
Sun, 9 Feb 2020 22:06:02 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 |
Am 07.02.20 um 10:57 schrieb Eli Zaretskii:
>> Cc: dgutov@yandex.ru, 37189@debbugs.gnu.org
>> From: Wolfgang Scherer <Wolfgang.Scherer@gmx.de>
>> Date: Wed, 5 Feb 2020 20:06:15 +0100
>>
>> coming to think of it, I realized that there probably is no maintainer for
>> the vc ignore feature. I.e., there is no use in explaining the design with
>> many words, since it will not be implemented anyway.
> AFAIU, Dmitry oversees the VC development and maintenance. That
> includes the issues you raised here.
I have finished the implementation of the vc ignore feature. See attached patch.
The standalone vc extension for old Emacsen is available at
http://sw-amt.ws/emacs/doc/_build/html/_static/x-vc-repair.el
This obsoletes #37215
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37215>vc-cvs-ignore writes
absolute filenames and duplicate strings,
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37215>
------
Subject: [PATCH] vc ignore feature repair
Complete implementation of ignore feature with proper filename
escaping and anchoring for all applicable supported backends:
CVS, SVN, SRC, Bzr, Git, Hg, Mtn.
Going back to my day job ...
0001-vc-ignore-feature-repair.patch
Description: Text Data
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, (continued)
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Dmitry Gutov, 2020/02/22
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Wolfgang Scherer, 2020/02/22
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Dmitry Gutov, 2020/02/22
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Wolfgang Scherer, 2020/02/22
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Dmitry Gutov, 2020/02/24
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Wolfgang Scherer, 2020/02/24
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Wolfgang Scherer, 2020/02/12
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing, Wolfgang Scherer, 2020/02/08
- bug#37189: 25.4.1: vc-hg-ignore implementation is missing,
Wolfgang Scherer <=