[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-43-g255242b
Service Account
noreply at mpich.org
Tue Jan 5 16:47:17 CST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 255242bd720c45eb3073f60966bed755e4cbac66 (commit)
from 67631a5c0e9e801ff6da7ddcf4b12071f855b463 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/255242bd720c45eb3073f60966bed755e4cbac66
commit 255242bd720c45eb3073f60966bed755e4cbac66
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Tue Jan 5 14:45:02 2016 -0800
maint/mpich-replace.sh: use git grep instead of grep -r
No reviewer.
diff --git a/maint/mpich-replace.sh b/maint/mpich-replace.sh
index 2d56707..baba105 100755
--- a/maint/mpich-replace.sh
+++ b/maint/mpich-replace.sh
@@ -1,3 +1,3 @@
#! /bin/bash
-grep -r $1 * | cut -f1 -d':' | uniq | xargs sed -i "s/$1/$2/g"
+git grep $1 * | cut -f1 -d':' | uniq | xargs sed -i "s/$1/$2/g"
-----------------------------------------------------------------------
Summary of changes:
maint/mpich-replace.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list