update packages

This commit is contained in:
2025-03-11 21:14:26 +01:00
parent 45d49daef0
commit 14dcaaddde
440 changed files with 13229 additions and 8718 deletions

View File

@@ -1,14 +1,14 @@
(define-package "orgit" "20230917.1001" "Support for Org links to Magit buffers"
'((emacs "25.1")
(compat "29.1.4.1")
(magit "3.3.0")
(org "9.6.5"))
:commit "b60efabc4a1b15d7eacaabc5bdfe6f3c20fee161" :authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
(define-package "orgit" "20250301.2339" "Support for Org links to Magit buffers"
'((emacs "26.1")
(compat "30.0.2.0")
(magit "4.3.1")
(org "9.7.11"))
:commit "6ad0dc35c8df54fae4ef27e5145760e22fbbf890" :authors
'(("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev"))
:maintainers
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
'(("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
'("Jonas Bernoulli" . "emacs.orgit@jonas.bernoulli.dev")
:keywords
'("hypermedia" "vc")
:url "https://github.com/magit/orgit")

View File

@@ -1,17 +1,17 @@
;;; orgit.el --- Support for Org links to Magit buffers -*- lexical-binding:t -*-
;; Copyright (C) 2014-2023 The Magit Project Contributors
;; Copyright (C) 2014-2025 The Magit Project Contributors
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Author: Jonas Bernoulli <emacs.orgit@jonas.bernoulli.dev>
;; Homepage: https://github.com/magit/orgit
;; Keywords: hypermedia vc
;; Package-Version: 1.9.0
;; Package-Version: 2.0.1
;; Package-Requires: (
;; (emacs "25.1")
;; (compat "29.1.4.1")
;; (magit "3.3.0")
;; (org "9.6.5"))
;; (emacs "26.1")
;; (compat "30.0.2.0")
;; (magit "4.3.1")
;; (org "9.7.11"))
;; SPDX-License-Identifier: GPL-3.0-or-later
@@ -148,7 +148,7 @@ LOG and REVISION additionally have to contain %r which is
replaced with the appropriate revision.
This can be overwritten in individual repositories using the Git
variables `orgit.status', `orgit.log' and `orgit.commit'. The
variables `orgit.status', `orgit.log' and `orgit.commit'. The
values of these variables must not contain %n, but in case of the
latter two variables they must contain %r. When these variables
are defined then `orgit-remote' and `orgit.remote' have no effect."