From 35e4d29694613a3348e5e6d0344a4c6340d95f22 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 18 Aug 2023 13:24:30 -0400 Subject: acid: source: Display git submodule entries in the log It can be useful to confirm which submodules (and versions) are present for a build, and the output isn't all that noisy either. Just 1 or 2 lines should be printed for each submodule. Signed-off-by: Malfurious --- acid/cyche-source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acid/cyche-source b/acid/cyche-source index 8d80c9c..ee4caca 100755 --- a/acid/cyche-source +++ b/acid/cyche-source @@ -54,7 +54,7 @@ if [ "$prev" != "$next" ]; then git clean -xffd >/dev/null 2>&1 git checkout "$next" >/dev/null 2>&1 - git submodule update --init --recursive >/dev/null 2>&1 + git submodule update --init --recursive >&2 echo -n "Checked out " >&2 git log -1 --oneline --no-abbrev-commit --no-decorate >&2 -- cgit v1.2.3