summaryrefslogtreecommitdiff
path: root/ssh-deploy.el
AgeCommit message (Expand)Author
2024-06-22Fix invalid bind in ssh-deploy-prefix-mapAlan Pearce
2023-07-02Updated version and modified data for 3.1.16Christian Johansson
2023-07-02Decreased doc-string lengthChristian Johansson
2023-07-01Updated version and modified date for 3.1.15Christian Johansson
2023-07-01Implementation of new flag ssh-deploy-run-script-on-explicit-saveChristian Johansson
2023-01-29Updated version and date to 3.1.14christian
2023-01-29Made comments pass byte compilationchristian
2023-01-29Updated copyright yearschristian
2022-01-26Updated modified dateChristian Johansson
2022-01-26Updated copyright yearsChristian Johansson
2021-06-27Updated version and change-date and copyright yearsChristian Johansson
2021-06-27Fixed issue with remote shell not starting if explicit executable is not setChristian Johansson
2020-10-16Fixed typo in prefix-mapChristian Johansson
2020-03-06Added support for forced uploads on explicit saveChristian Johansson
2019-09-17Fix error in hydra byte-compilation when hydra is not installedChristian Johansson
2019-09-09More idiomatic code for mode-line status updatesChristian Johansson
2019-09-06Fixed default exclude values, path for multi-hop recursive directory differencesChristian Johansson
2019-04-22Updated to version 3.1Christian Johansson
2018-11-28Merged changes from GitHubChristian Johansson
2018-10-25* ssh-deploy.el: Use lexical-binding; and various cosmetic changesStefan Monnier
2018-10-20* ssh-deploy.el: Fix copyright and maintainerStefan Monnier
2018-10-18Added support for multithreadingChristian Johansson
2018-08-19Merge branch 'master' of https://github.com/cjohansson/emacs-ssh-deployChristian Johansson
2018-08-19Added support for asynchronous deployment scriptsChristian Johansson
2018-08-14Fixed lambda function predicate functionChristian Johansson
2018-08-14Fixed DirectoryVariable run script predicate functionChristian Johansson
2018-08-14Fixed issue were no run script was definedChristian Johansson
2018-08-11Improved documentation of custom deployment scriptChristian Johansson
2018-08-11Rename run script menu itemChristian Johansson
2018-08-11Started working on support for deploy scriptChristian Johansson
2018-07-31Added verbose flag to enable silencing of non-error messagesChristian Johansson
2018-07-13Removed idle mode-line status to avoid cluttering interfaceChristian Johansson
2018-07-13Updated versionChristian Johansson
2018-07-13Fixed bug in (when (not to (unless conversionChristian Johansson
2018-07-13More (when (not to (unless conversionsChristian Johansson
2018-07-13Using unless instead of (when (notChristian Johansson
2018-07-13Fixed issue were status list initialization was not workingChristian Johansson
2018-07-12Improved syntax and comments for detecting remote changesChristian Johansson
2018-07-12Fixes for mode-line status as stackChristian Johansson
2018-07-12Using a stack for buffer status insteadChristian Johansson
2018-07-08line status does not get stuck on asynchronously uploads/downloadsChristian Johansson
2018-07-07Starting ssh-deploy-mode-line on initChristian Johansson
2018-07-07After downloading asynchronously associated buffer is revertedChristian Johansson
2018-07-07Fixed issue were buffer was marked as modified after a renameChristian Johansson
2018-07-07Fixed issue were a buffer loosed it's reference asynchronouslyChristian Johansson
2018-07-07Nicer looking mode-line with square bracketsChristian Johansson
2018-07-07Renamed mode-line name from SH to DPLChristian Johansson
2018-07-07Mode-line status update for asynchronously deleted file workingChristian Johansson
2018-07-07Asynchronously downloaded buffers are now automatically revertedChristian Johansson
2018-07-07Using (with-current-buffer) instead of (switch-to-buffer)Christian Johansson