3 USAGE
="$0 <rev> <prev_rev>"
8 if [ -z "$rev" -o -z "$prev_rev" ]; then
14 HVF <<REV>> is available for download.
16 HVF is a hypervisor OS for z/Architecture systems.
19 http://hvf.31bits.net/src/
22 git://repo.or.cz/hvf.git
27 As always, patches, and other feedback is welcome.
32 Changes since <<PREV_REV>>:
35 ) |
sed -e "s/<<REV>>/$rev/g" -e "s/<<PREV_REV>>/$prev_rev/g"
37 git log
--no-merges $prev_rev..
$rev | git shortlog |
cat