From 72770a2dd39691ac752347b0a287341f01525b83 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Jul 2021 15:57:45 +0200 Subject: autoclone: Prefix with repo name --- core/includes/downloader.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/includes') diff --git a/core/includes/downloader.inc b/core/includes/downloader.inc index a229b255..51ba7962 100644 --- a/core/includes/downloader.inc +++ b/core/includes/downloader.inc @@ -146,7 +146,7 @@ autoclone () { fi fi [ -n "$AUTOCLONE_FILE" ] \ - && echo "$( git -C "$dstdir/$dst" rev-parse --abbrev-ref HEAD ) $( git -C "$dstdir/$dst" rev-parse --short HEAD )" \ + && echo "$dst: $( git -C "$dstdir/$dst" rev-parse --abbrev-ref HEAD ) $( git -C "$dstdir/$dst" rev-parse --short HEAD )" \ >> "$AUTOCLONE_FILE" done return 0 -- cgit v1.2.3-55-g7522