GNU bug report logs -
#76511
[PATCH] gnu: Add emacs-magit-tbdiff.
Previous Next
Reported by: Liam Hupfer <liam <at> hpfr.net>
Date: Sun, 23 Feb 2025 19:18:02 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76511 in the body.
You can then email your comments to 76511 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76511
; Package
guix-patches
.
(Sun, 23 Feb 2025 19:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liam Hupfer <liam <at> hpfr.net>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 23 Feb 2025 19:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-magit-tbdiff): New variable.
Change-Id: I706875beba2c896962e8c811b7bc6b1e45e99c93
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 59c1927135..31ee90d989 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2034,6 +2034,29 @@ (define-public emacs-magit-annex
"Magit-annex adds a few git-annex operations to the Magit interface.")
(license license:gpl3+)))
+(define-public emacs-magit-tbdiff
+ (package
+ (name "emacs-magit-tbdiff")
+ (version "1.2.0")
+ (home-page "https://github.com/magit/magit-tbdiff")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jh6wspb6ijmkqvyaswqj60ixpgjj2ijcf0b53q48pfs5dwc97p4"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-magit))
+ (synopsis "Magit extension for range diffs")
+ (description
+ "Magit-tbdiff provides a Magit interface to @code{git-range-diff} (and its
+third-party predecessor @code{git-tbdiff}), a Git subcommand for comparing two
+versions of a topic branch.")
+ (license license:gpl3+)))
+
(define-public emacs-malyon
(package
(name "emacs-malyon")
base-commit: 23b068c036223e70bdea9d7d579850a1cffc02a7
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76511
; Package
guix-patches
.
(Sat, 01 Mar 2025 17:13:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76511 <at> debbugs.gnu.org (full text, mbox):
Hi Liam,
Pushed as 80dd91f957.
Thanks,
-- Ian
bug closed, send any further explanations to
76511 <at> debbugs.gnu.org and Liam Hupfer <liam <at> hpfr.net>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 01 Mar 2025 17:17:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Mar 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.