emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ssh-deploy d924c73 124/133: Merge pull request #60 from


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy d924c73 124/133: Merge pull request #60 from ShuguangSun/master
Date: Sat, 27 Mar 2021 14:48:57 -0400 (EDT)

branch: externals/ssh-deploy
commit d924c73595411fe4ece4112435140a6c4e7ac666
Merge: aa93c35 37a15c6
Author: Christian Johansson <cjohansson@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #60 from ShuguangSun/master
    
    fix: ".git" matching
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 79d2b9d..537e992 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -208,7 +208,7 @@
 (put 'ssh-deploy-automatically-detect-remote-changes 'permanent-local t)
 (put 'ssh-deploy-automatically-detect-remote-changes 'safe-local-variable 
'integerp)
 
-(defcustom ssh-deploy-exclude-list '(".git/" ".dir-locals.el")
+(defcustom ssh-deploy-exclude-list '("\\\.git/" ".dir-locals.el")
   "List of strings that if found in file name will exclude it from sync, 
'(\"/.git\"/' \".dir-locals.el\") by default."
   :type 'list)
 (put 'ssh-deploy-exclude-list 'permanent-local t)



reply via email to

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