From: Nicolas Boisselier Date: Sat, 3 Sep 2016 17:59:42 +0000 (+0100) Subject: test X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=d5c242a7d7eed3c35379154213f23279a0d921ec;p=nb.git test --- diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index dd03728d..619e6046 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -7,10 +7,11 @@ nb_repos_commit_push() { printf ">%s\n" "$i" ( - git commit --all --no-status --quiet --message "$*" && git push && echo + git commit --all --no-status --quiet --message "$*" && git push ) \ | grep -vE '^(On branch master|Your branch is up-to-date|nothing to commit)' \ | sed 's/^/ /' + echo done cd "$pwd" }