[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 86d74b0487 1/2: Fix and tweak package descripti
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 86d74b0487 1/2: Fix and tweak package descriptions |
Date: |
Fri, 29 Apr 2022 13:58:12 -0400 (EDT) |
branch: elpa/git-commit
commit 86d74b04878e9a38bf43fcbbcf1272be687e534c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix and tweak package descriptions
---
lisp/magit-libgit-pkg.el | 2 +-
lisp/magit-libgit.el | 2 +-
lisp/magit-section-pkg.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el
index 4370a36662..9ecf66c265 100644
--- a/lisp/magit-libgit-pkg.el
+++ b/lisp/magit-libgit-pkg.el
@@ -1,5 +1,5 @@
(define-package "magit-libgit" "3.3.0-git"
- "."
+ "(POC) Teach Magit to use Libgit2."
'((emacs "25.1")
(compat "28.1.1.0")
(libgit "0")
diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el
index 4004ba3b65..35a10a55cc 100644
--- a/lisp/magit-libgit.el
+++ b/lisp/magit-libgit.el
@@ -1,4 +1,4 @@
-;;; magit-libgit.el --- Libgit functionality -*- lexical-binding:t -*-
+;;; magit-libgit.el --- (POC) Teach Magit to use Libgit2 -*-
lexical-binding:t -*-
;; Copyright (C) 2008-2022 The Magit Project Contributors
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index ba0286f620..4a94aeee01 100644
--- a/lisp/magit-section-pkg.el
+++ b/lisp/magit-section-pkg.el
@@ -1,5 +1,5 @@
(define-package "magit-section" "3.3.0-git"
- "Sections for read-only buffers"
+ "Sections for read-only buffers."
'((emacs "25.1")
(compat "28.1.1.0")
(dash "20210826"))