Sign in
flutter
/
mirrors
/
engine
/
295776ac1ff36d44995c18a6a151bfa1fdc77a9a
/
.
/
tools
/
engine_roll_pr_desc.sh
blob: 6965301a327c93dea00cc417773c7b8914ab3306 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[[
$1
==
''
]];
then
echo
'Usage: engine_roll_pr_desc.sh <from git hash>..<to git hash>'
exit
1
fi
git log
--
oneline
--
no
-
merges
--
no
-
color $1
|
sed
's/^/flutter\/engine@/g'
|
sed
-
e
's/(\(#[0-9]*)\)/\(flutter\/engine\1/g'