blob: a0c28879344862c4268a6ef87011ae227fba37cf [file] [log] [blame]
#!/bin/bash
echo -e Update for integration build\\n\\n > .commits.log
git submodule foreach 'git pull && echo \\n=== $path ===\\n >> ../.commits.log && git log $sha1.. >> ../.commits.log'
git commit -a -t .commits.log