* [bug#40500] [PATCH] gnu: Add emacs-dired-git-info.
@ 2020-04-08 1:52 John Soo
2020-04-10 16:31 ` bug#40500: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: John Soo @ 2020-04-08 1:52 UTC (permalink / raw)
To: 40500
[-- Attachment #1: Type: text/plain, Size: 240 bytes --]
Hi Guix,
emacs-dired-git-info shows the last commit message and commit date next
to each file in dired. I like it a lot.
This time I also remembered to lint and format the patch
correctly. Sorry about the previous flurry!
Thanks,
John
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-dired-git-info --]
[-- Type: text/x-patch, Size: 1602 bytes --]
From 87367ebd35954f19c6a1b03791cc54581b5449dc Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Tue, 7 Apr 2020 01:05:47 -0700
Subject: [PATCH] gnu: Add emacs-dired-git-info.
* gnu/packages/emacs-xyz.scm (emacs-dired-git-info): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9e1160f0e1..ab7f9b8a18 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9178,6 +9178,28 @@ above over the network.")
in Org buffers and displays matching entries.")
(license license:gpl3+)))
+(define-public emacs-dired-git-info
+ (let ((commit "91d57e3a4c5104c66a3abc18e281ee55e8979176"))
+ (package
+ (name "emacs-dired-git-info")
+ (version (git-version "0.3.1" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/clemera/dired-git-info")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1dr4iv95s4barxxj56znqkl9z0lg5jw731jmjr01s6vn8ar69gik"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/clemera/dired-git-info")
+ (synopsis "Show git info in Emacs dired")
+ (description "This Emacs packages provides a minor mode which shows git
+information inside the dired buffer.")
+ (license license:gpl3+))))
+
(define-public emacs-dired-toggle-sudo
(package
(name "emacs-dired-toggle-sudo")
--
2.26.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#40500: [PATCH] gnu: Add emacs-dired-git-info.
2020-04-08 1:52 [bug#40500] [PATCH] gnu: Add emacs-dired-git-info John Soo
@ 2020-04-10 16:31 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-10 16:31 UTC (permalink / raw)
To: John Soo; +Cc: 40500-done
Hello,
John Soo <jsoo1@asu.edu> writes:
> emacs-dired-git-info shows the last commit message and commit date next
> to each file in dired. I like it a lot.
>
> This time I also remembered to lint and format the patch
> correctly. Sorry about the previous flurry!
This patch applied blissfully, as
757f2c1effe7d51d497f83c9d22bf8de066d8555.
Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-10 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-08 1:52 [bug#40500] [PATCH] gnu: Add emacs-dired-git-info John Soo
2020-04-10 16:31 ` bug#40500: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).