]> git.nbdom.net Git - nb.git/commitdiff
test
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 3 Sep 2016 18:00:36 +0000 (19:00 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 3 Sep 2016 18:00:36 +0000 (19:00 +0100)
etc/profile.d/nb.sh

index d57fcdedc9426bdc949ed63170c14e810c4636cf..86e61e1ee54d836e6c878e6ef5bb3fda6aae3695 100644 (file)
@@ -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/^/ /'