[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit updated (3cfc8458e1 -> 40fb3d2002)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit updated (3cfc8458e1 -> 40fb3d2002) |
Date: |
Fri, 22 Apr 2022 18:58:13 -0400 (EDT) |
elpasync pushed a change to branch elpa/git-commit.
from 3cfc8458e1 Fix imenu in repository lists
new 6cd8bcaf18 Use string-prefix-p and string-suffix-p
new 485b265dd3 magit-generate-changelog: Minor error message tweak
new e766c891fe Limit a workaround to the Emacs versions that need it
new 58ce563589 magit-format-rev-summary: Cosmetics
new 571b4346c1 Depend on the compat package from GNU Elpa
new 59fb9ce03f Use string-replace instead of replace-regexp-in-string
new 7671e46a8b Use string-search instead of string-match-p
new bba16d4f3e Use string-search instead of string-match
new a20dc0b83e Use string-trim
new 264e92436c Use xor
new 1553a4fa36 Use and-let* for side-effects
new 4bcb303154 Use and-let* for side-effects even more
new 9ce3859dd2 Use when-let* for multiple bindings
new 8842230bca Use length= and length>
new b4b2098c91 Use with-environment-variables
new 77cc75ed90 Use image-property
new b280fd7625 Use compat-assoc-delete-all
new b0ababbde4 Use compat-alist-get
new 5f23a34a5f Use compat-dired-marked-files
new 4d1d00e6fa Fix finding remote executables
new e9df33bf28 Silence warnings on older Emacs releases
new a37b2066dd Use pcase's quote upattern
new d69f062a8a Refresh library headers
new 5a43c5f557 magit-tests.el: Use lexical-binding
new 557b9d3df1 make: Right-align target verbs
new 40fb3d2002 make: Improve creation of autoloads file
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(-)
- [nongnu] elpa/git-commit updated (3cfc8458e1 -> 40fb3d2002),
ELPA Syncer <=
- [nongnu] elpa/git-commit 58ce563589 04/26: magit-format-rev-summary: Cosmetics, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 571b4346c1 05/26: Depend on the compat package from GNU Elpa, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit e766c891fe 03/26: Limit a workaround to the Emacs versions that need it, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 6cd8bcaf18 01/26: Use string-prefix-p and string-suffix-p, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 485b265dd3 02/26: magit-generate-changelog: Minor error message tweak, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 7671e46a8b 07/26: Use string-search instead of string-match-p, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 1553a4fa36 11/26: Use and-let* for side-effects, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 4bcb303154 12/26: Use and-let* for side-effects even more, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 9ce3859dd2 13/26: Use when-let* for multiple bindings, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 5f23a34a5f 19/26: Use compat-dired-marked-files, ELPA Syncer, 2022/04/22