Skip to content

Commit

Permalink
Fix typos in existign data files
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Gryglicki <[email protected]>
  • Loading branch information
lukaszgryglicki committed Jul 30, 2018
1 parent 973cb0e commit efbb672
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion all_affs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,6 @@
"carlpett!users.noreply.github.com","Calle Pettersson","NotFound",""
"carlton.semple!ibm.com","Carlton-Semple","IBM",""
"carltonsemple!users.noreply.github.com","Carlton Semple","IBM",""
"carltonsemple!users.noreply.github.com","Carlton Semple","IBM",""
"carlyr!gmail.com","Carly Rosenberg","(Unknown)",""
"carmark.dlut!gmail.com","Lei Xue","Oracle",""
"carmat88!users.noreply.github.com","carmat88","(Unknown)",""
Expand Down
2 changes: 1 addition & 1 deletion company_developers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7864,7 +7864,7 @@ IBM:
BillyD73: BillyD73!users.noreply.github.com
Brad Topol: btopol!us.ibm.com
Breno Leitao: breno.leitao!gmail.com
Carlton Semple: carltonsemple!users.noreply.github.com , from 2019-07-16
Carlton Semple: carltonsemple!users.noreply.github.com from 2019-07-16
Carlton-Semple: carlton.semple!ibm.com
Charles: reachlin!gmail.com
Chen Li: shchenli!cn.ibm.com
Expand Down
1 change: 0 additions & 1 deletion developers_affiliations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,6 @@ Carlos Souza: carloshrsouza!gmail.com
Independent
Carlton Semple: carltonsemple!users.noreply.github.com
IBM
IBM
Carlton-Semple: carlton.semple!ibm.com
IBM
Carmi Grushko: carmi!google.com
Expand Down
2 changes: 1 addition & 1 deletion find.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ then
echo "You need to provide regexp pattern to search for as a second argument"
exit 1
fi
find "$1" -iname "$2" -exec grep -EHIn "$3" "{}" \; | tee -a out
find "$1" -type f -iname "$2" -not -name "out" -not -path '*.git/*' -exec grep -EHIn "$3" "{}" \; | tee -a out
10 changes: 10 additions & 0 deletions out
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
./stripped.json:70606: "email": "carltonsemple!users.noreply.github.com",
./company_developers.txt:7867: Carlton Semple: carltonsemple!users.noreply.github.com from 2019-07-16
./developers_affiliations.txt:1994:Carlton Semple: carltonsemple!users.noreply.github.com
./ghusers/opencontainers__runc__commits:43060: "email": "carltonsemple!users.noreply.github.com",
./all_affs.csv:2199:"carltonsemple!users.noreply.github.com","Carlton Semple","IBM",""
./all_affs.csv:2200:"carltonsemple!users.noreply.github.com","Carlton Semple","IBM",""
./github_users.json:344617: "email": "carltonsemple!users.noreply.github.com",
./cncf-config/email-map:2596:carltonsemple!users.noreply.github.com IBM
./all.csv:3207:"Carlton Semple","carltonsemple!users.noreply.github.com","IBM","2017-02-01",1,1,1,1
./github_users.old:280911: "email": "carltonsemple!users.noreply.github.com",

0 comments on commit efbb672

Please sign in to comment.