elpasync pushed a change to branch elpa/dirvish.
from 4707f99fea Fix killing emacsclient session when created on a
directory (#293)
new fa17e5588f fix: prevent killing emacsclient started on a directory
(#293)
new 6df1a9cb97 fix(core): error on `dirvish-winbuf-change-h`
new 8002bb9761 fix(core): rewrite mode line composer (#233)
new 7bb9d81f8a refactor(core): rename `dirvish--window-selected-p`
new 24e612c39d fix(core): respect `dirvish-use-header/mode-line`
new 15e2cd1925 fix(core): crashes when preview directory w/ the
`.dir-local` entry
new 6df7fe856f fix(core): `dirvish--init-session` should only run on
root-window
new 9980645ff3 perf(side): get previous index from `dirvish-prop`
new f66cb051c9 fix(core): remove redundant session initialization
new d5606a1f18 fix(core): respect `dirvish-preview-environment` on
dired preview
new 78e74b05a2 refactor: more declarative `dirvish` struct
new 913922ea2a refactor: rename `dirvish-new/kill`
new 829a624a92 fix(core): window dedication issues, per #258, #262
new 5487761d1c feat(core): add `dirvish-ensure-up-dir-undedicated`
option
new 9b08061dfd chore: compiler warnings
new 2eb0118681 refactor(rsync): extract rsync code to `dirvish-rsync.el`
new 51ab5fa884 doc: document `dirvish-rsync.el` and adjust
`dirvish-dispatch`
new d945f7c164 Merge branch 'elpa/dirvish' of
https://git.sv.gnu.org/git/emacs/nongnu
Summary of changes:
dirvish-extras.el | 19 +-
dirvish-widgets.el | 4 +-
dirvish.el | 387 ++++++++++++++++++++++------------------
docs/COMPARISON.org | 4 +-
docs/EXTENSIONS.org | 51 ++++--
extensions/dirvish-fd.el | 13 +-
extensions/dirvish-peek.el | 6 +-
extensions/dirvish-rsync.el | 379 +++++++++++++++++++++++++++++++++++++++
extensions/dirvish-side.el | 38 ++--
extensions/dirvish-vc.el | 10 +-
extensions/dirvish-yank.el | 420 +++++---------------------------------------
11 files changed, 724 insertions(+), 607 deletions(-)
create mode 100644 extensions/dirvish-rsync.el