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

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

[elpa] externals/ssh-deploy 37a15c6 118/133: fix: ".git" matching


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 37a15c6 118/133: fix: ".git" matching
Date: Sat, 27 Mar 2021 14:48:56 -0400 (EDT)

branch: externals/ssh-deploy
commit 37a15c6b1beedab7f42a729cfe33618eb9b06b15
Author: Shuguang Sun <shuguang.sun@roche.com>
Commit: Shuguang Sun <shuguang.sun@roche.com>

    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 5258406..f71a145 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]