diff options
Diffstat (limited to 'scripts/genCommitLog')
-rwxr-xr-x | scripts/genCommitLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/genCommitLog b/scripts/genCommitLog new file mode 100755 index 0000000000000..2a258add43016 --- /dev/null +++ b/scripts/genCommitLog @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +. packageinfo.sh +bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new +mv CommitLog.new CommitLog |