elpasync pushed a change to branch elpa/magit. from b32521d543 magit-ediff-read-files: Handle renames in one-file logs adds bc065246b4 Remove duplicated command magit-help adds 94aca04dc8 magit-module-section: Use correct keymap adds 70b34f08ab Increase use of section type, keymap and binding inheritance adds 91ef0822d3 magit-get-section: Compare constant values adds 8c53997121 magit-section-ident-value: Split up into more methods adds be371711f5 magit-section-at: New function adds 4de514b84c magit-section-content-p: New function adds 5da6122160 magit-section-mode-map: Add docstring adds 73a2cbe61f magit-section-heading-map: New keymap adds 949b4a47a4 magit-mouse-toggle-section: New command adds 7d15b1a041 magit-diff--region-range: New function adds 5641d3749c Completely rework magit-mode-menu adds 8eb43f8b23 Store keymap detected based on name in section object adds 0168be9366 Add basic context-menu adds b7294344e3 Add context-menu utilities adds 95b432530a Do not set point when invoking context-menu adds 38cb9372dc Add section-specific context-menus adds f3afc117c2 Bump dependencies on Melpa
No new revisions were added by this update. Summary of changes: docs/magit-section.org | 39 +++- docs/magit-section.texi | 40 +++- docs/magit.org | 13 ++ docs/magit.texi | 16 ++ lisp/magit-base.el | 23 ++- lisp/magit-bisect.el | 2 +- lisp/magit-diff.el | 135 +++++++++----- lisp/magit-git.el | 10 +- lisp/magit-log.el | 50 ++++- lisp/magit-merge.el | 2 +- lisp/magit-mode.el | 105 ++++++----- lisp/magit-pkg.el | 8 +- lisp/magit-refs.el | 20 +- lisp/magit-section.el | 483 +++++++++++++++++++++++++++++++++++++++--------- lisp/magit-stash.el | 12 +- lisp/magit-status.el | 7 +- lisp/magit-submodule.el | 18 +- lisp/magit-worktree.el | 6 +- lisp/magit.el | 8 +- 19 files changed, 752 insertions(+), 245 deletions(-)