[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit updated (95d5be9ac3 -> 6d300bfe36)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit updated (95d5be9ac3 -> 6d300bfe36) |
Date: |
Mon, 31 Jul 2023 13:00:09 -0400 (EDT) |
elpasync pushed a change to branch elpa/git-commit.
from 95d5be9ac3 No longer use certain obscure dash functions
new 9e95c23813 Use `and' instead of `when' or `unless' if value matters
new 41a0f6ed30 Use and-let* instead of when-let* if value matters
new 4ca7b95f28 magit-diff-type: Fix in logs when section isn't provided
as argument
new 9f403b68e8 Use when-let instead of --when-let
new e8152c76bf Use if-let instead of --if-let
new 70843f133c Fix switch from -replace to cl-substitute
new 6d300bfe36 Explicitly depend on latest Seq release for older Emacs
releases
Summary of changes:
Makefile | 5 ++
default.mk | 12 +++++
lisp/git-commit.el | 13 ++---
lisp/git-rebase.el | 23 ++++----
lisp/magit-apply.el | 79 +++++++++++++--------------
lisp/magit-autorevert.el | 4 +-
lisp/magit-blame.el | 26 +++++----
lisp/magit-branch.el | 31 +++++------
lisp/magit-commit.el | 4 +-
lisp/magit-diff.el | 138 ++++++++++++++++++++++++-----------------------
lisp/magit-ediff.el | 4 +-
lisp/magit-files.el | 22 ++++----
lisp/magit-git.el | 76 ++++++++++++++------------
lisp/magit-log.el | 29 +++++-----
lisp/magit-mode.el | 13 ++---
lisp/magit-pkg.el | 1 +
lisp/magit-process.el | 24 ++++-----
lisp/magit-push.el | 6 +--
lisp/magit-refs.el | 27 +++++-----
lisp/magit-repos.el | 4 +-
lisp/magit-section.el | 36 ++++++-------
lisp/magit-sequence.el | 8 +--
lisp/magit-stash.el | 4 +-
lisp/magit-submodule.el | 21 ++++----
lisp/magit-subtree.el | 6 +--
lisp/magit-tag.el | 4 +-
lisp/magit.el | 5 +-
27 files changed, 335 insertions(+), 290 deletions(-)
- [nongnu] elpa/git-commit updated (95d5be9ac3 -> 6d300bfe36),
ELPA Syncer <=
- [nongnu] elpa/git-commit 4ca7b95f28 3/7: magit-diff-type: Fix in logs when section isn't provided as argument, ELPA Syncer, 2023/07/31
- [nongnu] elpa/git-commit e8152c76bf 5/7: Use if-let instead of --if-let, ELPA Syncer, 2023/07/31
- [nongnu] elpa/git-commit 9f403b68e8 4/7: Use when-let instead of --when-let, ELPA Syncer, 2023/07/31
- [nongnu] elpa/git-commit 9e95c23813 1/7: Use `and' instead of `when' or `unless' if value matters, ELPA Syncer, 2023/07/31
- [nongnu] elpa/git-commit 41a0f6ed30 2/7: Use and-let* instead of when-let* if value matters, ELPA Syncer, 2023/07/31
- [nongnu] elpa/git-commit 70843f133c 6/7: Fix switch from -replace to cl-substitute, ELPA Syncer, 2023/07/31
- [nongnu] elpa/git-commit 6d300bfe36 7/7: Explicitly depend on latest Seq release for older Emacs releases, ELPA Syncer, 2023/07/31