mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
scripts: describe: Add branch information to recutils output.
* guix/scripts/describe.scm (channel->recutils): Add branch information. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f1354e7926
commit
b50be211c0
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ Display information about the channels currently in use.\n"))
|
||||||
|
|
||||||
(format port "name: ~a~%" (channel-name channel))
|
(format port "name: ~a~%" (channel-name channel))
|
||||||
(format port "url: ~a~%" (channel-url channel))
|
(format port "url: ~a~%" (channel-url channel))
|
||||||
|
(format port "branch: ~a~%" (channel-branch channel))
|
||||||
(format port "commit: ~a~%" (channel-commit channel))
|
(format port "commit: ~a~%" (channel-commit channel))
|
||||||
(when intro
|
(when intro
|
||||||
(format port "introductioncommit: ~a~%"
|
(format port "introductioncommit: ~a~%"
|
||||||
|
|
Loading…
Add table
Reference in a new issue