[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/agitate a3ee8251d4 01/67: Start recording file history
From: |
ELPA Syncer |
Subject: |
[elpa] externals/agitate a3ee8251d4 01/67: Start recording file history |
Date: |
Wed, 28 Sep 2022 16:57:25 -0400 (EDT) |
branch: externals/agitate
commit a3ee8251d41c5e917e828ee3c5a736393350a7e8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Start recording file history
---
agitate.el | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/agitate.el b/agitate.el
new file mode 100644
index 0000000000..4373fbb497
--- /dev/null
+++ b/agitate.el
@@ -0,0 +1,39 @@
+;;; agitate.el --- WORK-IN-PROGRESS -*- lexical-binding: t -*-
+
+;; Copyright (C) 2022 Free Software Foundation, Inc.
+
+;; Author: Protesilaos Stavrou <info@protesilaos.com>
+;; Maintainer: NOT-YET-AVAILABLE Development
<~protesilaos/NOT-YET-AVAILABLE@lists.sr.ht>
+;; URL: https://git.sr.ht/~protesilaos/NOT-YET-AVAILABLE
+;; Mailing-List: https://lists.sr.ht/~protesilaos/NOT-YET-AVAILABLE
+;; Version: 0.0.0
+;; Package-Requires: ((emacs "27.1"))
+;; Keywords: convenience, version control, git
+
+;; This file is NOT part of GNU Emacs.
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or (at
+;; your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+;;
+;; Another Git Interface Trying to Agitate Tranquil Emacsers.
+
+;;; Code:
+
+(defgroup agitate ()
+ "Work-in-progress."
+ :group 'vc)
+
+(provide 'agitate)
+;;; agitate.el ends here
- [elpa] branch externals/agitate created (now f736eb51a7), ELPA Syncer, 2022/09/28
- [elpa] externals/agitate a3ee8251d4 01/67: Start recording file history,
ELPA Syncer <=
- [elpa] externals/agitate 93b2674f70 07/67: Add agitate-diff-refine-cycle command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 16a2ea1cfe 13/67: Simplify agitate-diff-refine-cycle messages, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 6604612c32 05/67: Add agitate-git-grep command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 0ee85a971b 11/67: Add agitate-diff-buffer-or-file command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate d6aaced969 10/67: Actually depend on Emacs 27.1, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate e7b6acb8f7 12/67: Limit agitate-diff-refine-cycle to diff-mode, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 43027aefb9 16/67: Add agitate-diff-narrow-dwim command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 4baa368ffd 02/67: Depend on Emacs 29, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 417539dc73 03/67: Add agitate-log-edit-insert-file-name command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 1f35cecc20 17/67: Add agitate-diff-kill-dwim prototype, ELPA Syncer, 2022/09/28