mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
git authenticate: Print something upon success.
Until now the command would be silent and exit with 0. * guix/scripts/git/authenticate.scm (guix-git-authenticate): Print something upon success. Change-Id: I08d086c35df6ac74ee847df0479660293c68987d
This commit is contained in:
parent
88573dd928
commit
1a5041a502
1 changed files with 4 additions and 1 deletions
|
@ -274,4 +274,7 @@ (define stats
|
|||
#:keyring-reference keyring))
|
||||
|
||||
(when (and show-stats? (not (null? stats)))
|
||||
(show-stats stats))))))
|
||||
(show-stats stats))
|
||||
|
||||
(info (G_ "successfully authenticated commit ~a~%")
|
||||
(oid->string end))))))
|
||||
|
|
Loading…
Reference in a new issue