[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: pull: Dim the commit ID when displaying news.
From: |
guix-commits |
Subject: |
02/07: pull: Dim the commit ID when displaying news. |
Date: |
Wed, 25 Sep 2019 09:49:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d26c290b7dac642c39f23fd65b4eb0d10534d58d
Author: Ludovic Courtès <address@hidden>
Date: Wed Sep 25 10:48:50 2019 +0200
pull: Dim the commit ID when displaying news.
* guix/scripts/pull.scm (display-news-entry): Dim the commit line.
---
guix/scripts/pull.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 2b7b991..0372278 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -249,7 +249,7 @@ PORT."
(channel-news-entry-body entry))
(display-news-entry-title entry language port)
- (format port (G_ " commit ~a~%")
+ (format port (dim (G_ " commit ~a~%"))
(channel-news-entry-commit entry))
(newline port)
(format port " ~a~%"
- branch master updated (dd2a832 -> 195854a), guix-commits, 2019/09/25
- 01/07: colors: Add 'dim'., guix-commits, 2019/09/25
- 02/07: pull: Dim the commit ID when displaying news.,
guix-commits <=
- 04/07: gnu: emacs-exwm: Update to 0.23., guix-commits, 2019/09/25
- 05/07: doc: Fix installing Guix in VM, guix-commits, 2019/09/25
- 06/07: doc: Avoid @verbatiminclude for Scheme snippets., guix-commits, 2019/09/25
- 03/07: doc: Support paren matching via CSS hover., guix-commits, 2019/09/25
- 07/07: gnu: Add r-assertable., guix-commits, 2019/09/25