From eac692761c203f13fa207483c20f436b3befa374 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 3 Sep 2016 19:00:36 +0100 Subject: [PATCH] test --- etc/profile.d/nb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index d57fcded..86e61e1e 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -8,7 +8,7 @@ nb_repos_commit_push() { printf ">%s\n" "$i" ( git commit --all --no-status --quiet --message "$*" && git push - ) \ + ) 2>&1 \ | grep -vE '^(On branch master|Your branch is up-to-date|nothing to commit)' \ | sed 's/^/ /' -- 2.47.3