mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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 @@ (define intro
|
||||||
|
|
||||||
(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…
Reference in a new issue