From b50be211c0c58d8d6bc19ba19dd98ba638ae26e5 Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 13 Nov 2022 15:43:24 -0600 Subject: scripts: describe: Add branch information to recutils output. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/scripts/describe.scm (channel->recutils): Add branch information. Signed-off-by: Ludovic Courtès --- guix/scripts/describe.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm index e2233c78a5..80cd0ce00a 100644 --- a/guix/scripts/describe.scm +++ b/guix/scripts/describe.scm @@ -137,6 +137,7 @@ Display information about the channels currently in use.\n")) (format port "name: ~a~%" (channel-name channel)) (format port "url: ~a~%" (channel-url channel)) + (format port "branch: ~a~%" (channel-branch channel)) (format port "commit: ~a~%" (channel-commit channel)) (when intro (format port "introductioncommit: ~a~%" -- cgit v1.2.3