tarsius pushed a change to branch elpa/magit.
from ccf63ed6319 magit-find-file-noselect: Fix regression
new dd48491659b magit-blob-mode-map: Bind revert-buffer
new fc29202838c magit-find-blob-hook: New hook
new f3a596a138f magit-find-file-noselect: Assert file is in repository
new a2165a0ba7c magit-find-file-noselect: Pivot to file if index has
multiple stages
new b7dca406bab magit--revert-blob-buffer: Renamed function
new 3f5abf0424b magit--revert-blob-buffer: Use magit-file-relative-name
new 2c7fc17b343 magit--revert-blob-buffer: Cosmetics
new b6ca0a83707 Unconditionally revert blob buffers for now
new 8f6485c8821 magit--insert-blob-contents: Spin out new function
new 43ea8570ffd magit--blob-normal-mode: Spin out new function
new 999047889ce magit--blob-normal-mode: Run magit-find-blob-hook
new e0a88401b08 magit--refresh-blob-buffer: Spin out new function
new c238736b32b magit-find-file--restore-position: Spin out new function
new cd49010cb30 Set magit-buffer-revision-oid in blob buffers
new f55bfaf7926 Set new magit-blob-oid in blob buffers and only refresh
if necessary
new cf84935a747 Restore position after reverting blob buffer
new 769a0a24060 magit-find-file-read-args: Cosmetics
new 2d1ef4435ba magit-find-file-noselect: Fix typo
new 3e91100014c magit--revert-blob-buffer: Do not error on "{index}"
new 492ef97c3f0 magit-list-repos-uniquify: Use uniquify-separator if set
new dd6363369f4 make: Fix removing magit-autoloads.el
new 16e246ec307 make: Move check-declare target
new 5b3f8cc7f1a make: Fix emacs-Q target
new e83149fff95 AUTHORS.md: Update list of contributors
Summary of changes:
Makefile | 8 +--
docs/AUTHORS.md | 1 +
lisp/Makefile | 21 ++++--
lisp/magit-diff.el | 2 +-
lisp/magit-ediff.el | 8 +--
lisp/magit-files.el | 200 +++++++++++++++++++++++++++-------------------------
lisp/magit-git.el | 20 ++++++
lisp/magit-mode.el | 2 +
lisp/magit-repos.el | 4 +-
9 files changed, 153 insertions(+), 113 deletions(-)