Whamcloud - gitweb
Don't write changes to the backup superblocks by default
[tools/e2fsprogs.git] / .head-Changelog
1 #!/bin/sh
2
3 for i in `find . -name ChangeLog -print`
4 do
5         echo "=========================================="
6         echo $i
7         sed -n '1,/Release/p'  $i
8 done
9