From: Nicolas Boisselier Date: Sat, 3 Sep 2016 18:00:36 +0000 (+0100) Subject: test X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=eac692761c203f13fa207483c20f436b3befa374;p=nb.git test --- 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/^/ /'