]> git.eshelyaron.com Git - emacs.git/commit
Don't write absolute filenames and duplicate strings to CVS ignore files
authorWolfgang Scherer <wolfgang.scherer@gmx.de>
Fri, 21 Feb 2020 20:28:11 +0000 (21:28 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Feb 2020 08:52:07 +0000 (10:52 +0200)
commit0273f261a71089e5fea3cbfc45a654e508e49497
tree7763174437c53370e2da85a2ecf4cf8f61737468
parentd7c22338d2d461e0b55a6628fed1917c08715292
Don't write absolute filenames and duplicate strings to CVS ignore files

* lisp/vc/vc-cvs.el (vc-cvs-ignore): Expand filename correctly
and pass on only the basename as the pattern.
(vc-cvs-append-to-ignore) Do not write duplicate strings to
.cvsignore.  New optional parameter SORT to more explicitly
control sorting of the ignore entries.  (Bug#37215)
* lisp/vc/pcvs.el (cvs-mode-ignore): Call 'vc-cvs-append-to-ignore'
with SORT argument.
lisp/vc/pcvs.el
lisp/vc/vc-cvs.el