diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 |
commit | ff717da2cf625e3d07537a93a4c240692fa55bd6 (patch) | |
tree | 9dcf618e4446ac2b5fca7d0afe7767382664f0d6 /scripts/genCommitLog | |
parent | cce65f439697627afbccf5a67035a957bb4d784a (diff) |
Notes
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 |