elpasync pushed a change to branch elpa/git-commit. from b32521d543 magit-ediff-read-files: Handle renames in one-file logs new bc065246b4 Remove duplicated command magit-help new 94aca04dc8 magit-module-section: Use correct keymap new 70b34f08ab Increase use of section type, keymap and binding inheritance new 91ef0822d3 magit-get-section: Compare constant values new 8c53997121 magit-section-ident-value: Split up into more methods new be371711f5 magit-section-at: New function new 4de514b84c magit-section-content-p: New function new 5da6122160 magit-section-mode-map: Add docstring new 73a2cbe61f magit-section-heading-map: New keymap new 949b4a47a4 magit-mouse-toggle-section: New command new 7d15b1a041 magit-diff--region-range: New function new 5641d3749c Completely rework magit-mode-menu new 8eb43f8b23 Store keymap detected based on name in section object new 0168be9366 Add basic context-menu new b7294344e3 Add context-menu utilities new 95b432530a Do not set point when invoking context-menu new 38cb9372dc Add section-specific context-menus new f3afc117c2 Bump dependencies on Melpa
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(-)