tarsius pushed a change to branch elpa/magit. from becbda1071 magit-process-yes-or-no-prompt-regexp: Fix regexp for cli passphrases adds c06dd3ff49 magit-insert-untracked-files: Fix thinko and typo adds bfffb49218 magit:--signoff: Set default level via prototype adds 04ee97278b magit:--gpg-sign: Set default level via prototype adds 8397a8412a magit-hunk-section-map: Fix bug inherited from smerge.el adds bbb52942fe Next release will be 4.3.0 adds 1734342ff5 AUTHORS.md: Update list of contributors adds e564dde657 Update changelog adds 0a64982100 Prepare for the arrival of domesticated South American camelids adds 033aa10b93 Use ## and mapcar instead of --map adds 8010ab4eed Use ## and mapcan instead of --mapcat adds da78e8ef0d Use ## and seq-filter instead of --filter adds 502521dc45 Use ## and seq-remove instead of --remove adds 277c632eeb Use ## and seq-keep instead of --keep adds 2d49dae672 Use ## and seq-find instead of --first adds c8b40b9bb8 Use ## and seq-every-p instead of --all-p adds 59ba18a060 Use ## and seq-some instead of --any-p adds c12edf2244 Use ## and seq-some instead of --some adds e2aecc347c Use ## and -separate instead of --separate
No new revisions were added by this update. Summary of changes: CHANGELOG | 54 +++++++++++++++--- default.mk | 10 ++++ docs/AUTHORS.md | 2 + lisp/magit-apply.el | 29 +++++----- lisp/magit-base.el | 5 +- lisp/magit-bisect.el | 2 +- lisp/magit-blame.el | 10 ++-- lisp/magit-bookmark.el | 4 +- lisp/magit-branch.el | 24 ++++---- lisp/magit-commit.el | 10 ++-- lisp/magit-diff.el | 67 ++++++++++++---------- lisp/magit-git.el | 148 ++++++++++++++++++++++++------------------------ lisp/magit-gitignore.el | 11 ++-- lisp/magit-log.el | 58 +++++++++---------- lisp/magit-merge.el | 4 +- lisp/magit-mode.el | 24 ++++---- lisp/magit-notes.el | 4 +- lisp/magit-process.el | 58 ++++++++++--------- lisp/magit-push.el | 4 +- lisp/magit-refs.el | 2 +- lisp/magit-remote.el | 5 +- lisp/magit-repos.el | 38 +++++++------ lisp/magit-section.el | 38 +++++++------ lisp/magit-sequence.el | 42 +++++++------- lisp/magit-status.el | 29 +++++----- lisp/magit-submodule.el | 18 +++--- lisp/magit-subtree.el | 8 +-- lisp/magit-tag.el | 2 +- lisp/magit-worktree.el | 2 +- lisp/magit.el | 7 ++- test/magit-tests.el | 6 +- 31 files changed, 397 insertions(+), 328 deletions(-)