tarsius pushed a change to branch elpa/magit.

      from  c1448720eac Update changelog
       new  fb3c1b7f272 Bump copyright years
       new  64544196acf Order local variables
       new  1c723f86a3e Fix indentation
       new  ed67642a25e Improve indentation of cond
       new  bf1a7dc2639 Improve indentation of interactive
       new  c800f79c206 Release version 4.5.0
       new  9cbdaf5ddfe magit-stash-clear: Use drop-stashes confirmation type


Summary of changes:
 .dir-locals.el                |   9 +-
 CHANGELOG                     |   2 +-
 docs/.orgconfig               |   2 +-
 docs/magit-section.org        |   4 +-
 docs/magit-section.texi       |   6 +-
 docs/magit.org                |   4 +-
 docs/magit.texi               |   6 +-
 lisp/git-commit.el            |  58 ++--
 lisp/git-rebase.el            | 102 +++----
 lisp/magit-apply.el           |  36 +--
 lisp/magit-autorevert.el      |   2 +-
 lisp/magit-base.el            |  54 ++--
 lisp/magit-bisect.el          |   2 +-
 lisp/magit-blame.el           |   2 +-
 lisp/magit-bookmark.el        |   2 +-
 lisp/magit-branch.el          | 352 +++++++++++-----------
 lisp/magit-bundle.el          |  40 +--
 lisp/magit-clone.el           |  14 +-
 lisp/magit-commit.el          | 140 ++++-----
 lisp/magit-core.el            |   2 +-
 lisp/magit-diff.el            | 686 +++++++++++++++++++++---------------------
 lisp/magit-dired.el           |   2 +-
 lisp/magit-ediff.el           |  34 +--
 lisp/magit-extras.el          | 182 +++++------
 lisp/magit-fetch.el           |  26 +-
 lisp/magit-files.el           |  58 ++--
 lisp/magit-git.el             |  82 ++---
 lisp/magit-gitignore.el       |  38 +--
 lisp/magit-log.el             | 126 ++++----
 lisp/magit-margin.el          |   2 +-
 lisp/magit-merge.el           |  32 +-
 lisp/magit-mode.el            |  52 ++--
 lisp/magit-notes.el           |   2 +-
 lisp/magit-patch.el           |  48 +--
 lisp/magit-process.el         |  42 +--
 lisp/magit-pull.el            |  20 +-
 lisp/magit-push.el            | 134 ++++-----
 lisp/magit-reflog.el          |   2 +-
 lisp/magit-refs.el            |  62 ++--
 lisp/magit-remote.el          |  88 +++---
 lisp/magit-repos.el           |   2 +-
 lisp/magit-reset.el           |   2 +-
 lisp/magit-section.el         | 311 +++++++++----------
 lisp/magit-sequence.el        | 264 ++++++++--------
 lisp/magit-sparse-checkout.el |  34 +--
 lisp/magit-stash.el           |  19 +-
 lisp/magit-status.el          |  92 +++---
 lisp/magit-submodule.el       |  76 ++---
 lisp/magit-subtree.el         |  34 +--
 lisp/magit-tag.el             | 134 ++++-----
 lisp/magit-transient.el       |   2 +-
 lisp/magit-wip.el             | 102 +++----
 lisp/magit-worktree.el        |  74 ++---
 lisp/magit.el                 |  10 +-
 test/magit-tests.el           |   2 +-
 55 files changed, 1859 insertions(+), 1856 deletions(-)

Reply via email to