Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
third_party
/
blink
/
tools
/
commit_stats
/
test.sh
blob: 2d5558961f1380b3a3f59e85872390144bbf931a [
file
] [
log
] [
blame
]
#!/bin/bash
for
email
in
$
(
\
git log \
--
pretty
=
format
:
"%ae"
|
head
-
n
100
);
do
pattern
=
`echo $email | awk -F@ '{print $2}'`
# TODO - just try out these lines separately from the rest of the script!!
echo $pattern
echo $email
done