From 340667329c8cb4c34b6728768a1dbd36eac81b2c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Apr 2026 16:10:51 -0700 Subject: [PATCH] Remove the output from fetch. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 9476d35..89d79fc 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -137,7 +137,7 @@ alias shared-update2="update-shared2" alias reload-shared2="update-shared2" alias shared-reload2="update-shared2" if [[ -d $project ]]; then - git -C $project fetch && git -C $project status | grep "is behind" \ + git -C $project fetch >/dev/null 2>&1 && git -C $project status | grep "is behind" \ | while read status; do log "\n\n`date` - Updates to env-shared are available via update-shared2." log ": '$status'\n"