From 1a5041a502ee26c04d264983232b2aaa6a5e27d8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 7 Apr 2024 22:25:02 +0200 Subject: 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 --- guix/scripts/git/authenticate.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/scripts/git/authenticate.scm b/guix/scripts/git/authenticate.scm index d81a0e1ffb..0797cba0b6 100644 --- a/guix/scripts/git/authenticate.scm +++ b/guix/scripts/git/authenticate.scm @@ -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)))))) -- cgit v1.2.3