[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ssh-deploy ebdbb7e 014/173: Add TRAMP protocol for diff
From: |
Stefan Monnier |
Subject: |
[elpa] externals/ssh-deploy ebdbb7e 014/173: Add TRAMP protocol for difference queries |
Date: |
Sat, 20 Oct 2018 10:36:22 -0400 (EDT) |
branch: externals/ssh-deploy
commit ebdbb7ea3b1fc980c9c6ce2da06f318e097aaa17
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>
Add TRAMP protocol for difference queries
---
ssh-deploy.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 2060909..240a490 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -73,7 +73,7 @@
"Find differences between the path LOCAL-ROOT-RAW with REMOTE-ROOT via ssh."
(let ((filename (shell-quote-argument buffer-file-name))
(local-root (shell-quote-argument local-root-raw)))
- (let ((remote-path (concat "/" remote-root (replace-regexp-in-string
local-root "" filename))))
+ (let ((remote-path (concat "/ssh:" remote-root (replace-regexp-in-string
local-root "" filename))))
(if (string-match local-root filename)
(progn
(message "Comparing file '%s' to '%s'.." filename remote-path)
- [elpa] externals/ssh-deploy 4af759a 007/173: More clarifications., (continued)
- [elpa] externals/ssh-deploy 4af759a 007/173: More clarifications., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 36186d6 002/173: Replaced sync references with deploy, Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 952abf0 021/173: Changed reference to zdiff-tree to ztree-diff and added more checks to see if tramp-term is installed before calling it., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 3fbd479 013/173: Changed variable-name typo explicity-save to explicit-save and updated README., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 7133863 024/173: Fixed typos, Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 8faa3c1 018/173: Now checks in path is in local-root before browsing remote host., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 3bbbbfb 017/173: *** empty log message ***, Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy f77eba5 012/173: Updated README with proper setup example and instructions about MELPA., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 5ad07f2 008/173: Changed requirements., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 1ebf003 010/173: Formatted text a bit better., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy ebdbb7e 014/173: Add TRAMP protocol for difference queries,
Stefan Monnier <=
- [elpa] externals/ssh-deploy fa368fb 020/173: Made relative path generation as stand-alone function and now checks if ztree and tramp-term is installed before trying to call them., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy f4ad77d 026/173: Now works asynchrously, moved (revert-buffer) to successful downloads instead of to key-binding., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 05ed4c8 009/173: Made changes to comply with MELPA guidelines., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 89fb82a 038/173: Fixed bug when downloading via SSH to a local path containing whitespaces, Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 965c68f 028/173: Centralized asynchronous shell commands., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy e6e1ad8 039/173: Updated version and modified date, Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 2257f95 029/173: Fixed upload and downloads of root directories where local root directory name differs from remote root directory name., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 560ff1d 037/173: Added TRAMP functions and improved messages., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy a86091c 032/173: Broken down diff function into multiple functions to easily add new protocols., Stefan Monnier, 2018/10/20
- [elpa] externals/ssh-deploy 1e58dc3 040/173: SSH deployment now works via TRAMP instead of SCP, Stefan Monnier, 2018/10/20