elpasync pushed a change to branch elpa/magit-section. from 3cfc8458e1 Fix imenu in repository lists adds 6cd8bcaf18 Use string-prefix-p and string-suffix-p adds 485b265dd3 magit-generate-changelog: Minor error message tweak adds e766c891fe Limit a workaround to the Emacs versions that need it adds 58ce563589 magit-format-rev-summary: Cosmetics adds 571b4346c1 Depend on the compat package from GNU Elpa adds 59fb9ce03f Use string-replace instead of replace-regexp-in-string adds 7671e46a8b Use string-search instead of string-match-p adds bba16d4f3e Use string-search instead of string-match adds a20dc0b83e Use string-trim adds 264e92436c Use xor adds 1553a4fa36 Use and-let* for side-effects adds 4bcb303154 Use and-let* for side-effects even more adds 9ce3859dd2 Use when-let* for multiple bindings adds 8842230bca Use length= and length> adds b4b2098c91 Use with-environment-variables adds 77cc75ed90 Use image-property adds b280fd7625 Use compat-assoc-delete-all adds b0ababbde4 Use compat-alist-get adds 5f23a34a5f Use compat-dired-marked-files adds 4d1d00e6fa Fix finding remote executables adds e9df33bf28 Silence warnings on older Emacs releases adds a37b2066dd Use pcase's quote upattern adds d69f062a8a Refresh library headers adds 5a43c5f557 magit-tests.el: Use lexical-binding adds 557b9d3df1 make: Right-align target verbs adds 40fb3d2002 make: Improve creation of autoloads file
No new revisions were added by this update. Summary of changes: default.mk | 11 +++ docs/Makefile | 2 +- lisp/Makefile | 45 +++------ lisp/git-commit-pkg.el | 1 + lisp/git-commit.el | 38 +++++--- lisp/git-rebase.el | 35 +++---- lisp/magit-apply.el | 71 +++++++------- lisp/magit-autorevert.el | 21 ++-- lisp/magit-base.el | 49 +++++----- lisp/magit-bisect.el | 23 ++--- lisp/magit-blame.el | 23 ++--- lisp/magit-bookmark.el | 34 +++---- lisp/magit-branch.el | 35 +++---- lisp/magit-bundle.el | 15 ++- lisp/magit-clone.el | 21 ++-- lisp/magit-commit.el | 46 +++++---- lisp/magit-core.el | 15 ++- lisp/magit-diff.el | 219 +++++++++++++++++++++--------------------- lisp/magit-ediff.el | 31 +++--- lisp/magit-extras.el | 160 +++++++++++++++--------------- lisp/magit-fetch.el | 15 ++- lisp/magit-files.el | 15 ++- lisp/magit-git.el | 217 +++++++++++++++++++++-------------------- lisp/magit-gitignore.el | 17 ++-- lisp/magit-libgit-pkg.el | 1 + lisp/magit-libgit.el | 43 +++++---- lisp/magit-log.el | 103 ++++++++++---------- lisp/magit-margin.el | 35 +++---- lisp/magit-merge.el | 21 ++-- lisp/magit-mode.el | 75 +++++++-------- lisp/magit-notes.el | 41 ++++---- lisp/magit-obsolete.el | 15 ++- lisp/magit-patch.el | 21 ++-- lisp/magit-pkg.el | 1 + lisp/magit-process.el | 55 +++++------ lisp/magit-pull.el | 17 ++-- lisp/magit-push.el | 37 ++++--- lisp/magit-reflog.el | 15 ++- lisp/magit-refs.el | 23 ++--- lisp/magit-remote.el | 23 ++--- lisp/magit-repos.el | 35 +++---- lisp/magit-reset.el | 15 ++- lisp/magit-section-pkg.el | 1 + lisp/magit-section.el | 108 ++++++++++----------- lisp/magit-sequence.el | 49 +++++----- lisp/magit-sparse-checkout.el | 15 ++- lisp/magit-stash.el | 19 ++-- lisp/magit-status.el | 27 +++--- lisp/magit-submodule.el | 15 ++- lisp/magit-subtree.el | 15 ++- lisp/magit-tag.el | 15 ++- lisp/magit-transient.el | 17 ++-- lisp/magit-wip.el | 19 ++-- lisp/magit-worktree.el | 17 ++-- lisp/magit.el | 68 +++++++------ test/magit-tests.el | 19 +++- 56 files changed, 1017 insertions(+), 1122 deletions(-)